Literal
;- Type Hierarchy:
java.lang.Object
beaver.Symbol
AST.ASTNode<ASTNode>
AST.Expr
AST.PrimaryExpr
AST.Literal
AST.NullLiteral
- All Implemented Interfaces:
- java.lang.Cloneable, java.lang.Iterable<ASTNode>
|
|||||||
FRAMES NO FRAMES |
Literal
;java.lang.Objectbeaver.Symbol
AST.ASTNode<ASTNode>
AST.Expr
AST.PrimaryExpr
AST.Literal
AST.NullLiteral
Java7Frontend/Literals.ast
at line 42
syn boolean isConstant()
isConstant
in class Literal
Java7Frontend/ConstantExpression.jrag
at line 336
public void flushCache()
flushCache
in class Literal
public void flushCollectionCache()
flushCollectionCache
in class Literal
public NullLiteral clone() throws java.lang.CloneNotSupportedException
public NullLiteral copy()
public NullLiteral fullCopy()
public void emitPushConstant(CodeGeneration gen)
emitPushConstant
in class Literal
Java1.4Backend/CodeGeneration.jrag
at line 578
public void init$Children()
init$Children
in class Literal
protected int numChildren()
numChildren
in class Literal
public boolean mayHaveRewrite()
mayHaveRewrite
in class Literal
public void setLITERAL(java.lang.String value)
setLITERAL
in class Literal
value
- The new value for the lexeme LITERAL.public void setLITERAL(beaver.Symbol symbol)
setLITERAL
in class Literal
public java.lang.String getLITERAL()
getLITERAL
in class Literal
protected boolean type_computed
protected TypeDecl type_value
|
|||||||
FRAMES NO FRAMES |