public class LangExp extends Expression
flags, NEXT_AVAIL_FLAG, noExpressions, type, VALIDATEDcompilerKey, compilerXKey, validateApplyKey, validateXApplyKeynameKey| Constructor and Description |
|---|
LangExp() |
LangExp(java.lang.Object value) |
| Modifier and Type | Method and Description |
|---|---|
void |
compile(Compilation comp,
Target target) |
java.lang.Object |
getLangValue() |
protected boolean |
mustCompile() |
void |
print(gnu.kawa.io.OutPort out) |
void |
setLangValue(java.lang.Object value) |
protected <R,D> R |
visit(ExpVisitor<R,D> visitor,
D d) |
apply, apply0, calculateType, checkLiteralKeyword, compile, compile, compileButFirst, compileWithPosition, compileWithPosition, deepCopy, deepCopy, deepCopy, deepCopy, eval, eval, getColumnNumber, getFileName, getFlag, getFlags, getLineNumber, getPublicId, getSystemId, getType, getTypeRaw, isSingleValue, isStableSourceLocation, makeWhile, match0, maybeSetLine, neverReturns, print, printLineColumn, setFile, setFlag, setFlag, setLine, setLine, setLine, setLine, setLocation, setType, side_effects, toString, validateApply, valueIfConstant, visitChildrenapply, check0, check1, check2, check3, check4, checkArgCount, checkN, getReturnType, getSetter, getSourceLocation, isSideEffectFree, match1, match2, match3, match4, matchN, maxArgs, maxArgs, minArgs, minArgs, set0, set1, setN, setSetter, setSourceLocationgetName, getProperty, getSymbol, removeProperty, setName, setProperty, setProperty, setSymbolpublic java.lang.Object getLangValue()
public void setLangValue(java.lang.Object value)
protected boolean mustCompile()
mustCompile in class Expressionpublic void print(gnu.kawa.io.OutPort out)
print in class Expressionprotected <R,D> R visit(ExpVisitor<R,D> visitor, D d)
visit in class Expressionpublic void compile(Compilation comp, Target target)
compile in class Expression