Literal
;- Type Hierarchy:
java.lang.Object
beaver.Symbol
AST.ASTNode<ASTNode>
AST.Expr
AST.PrimaryExpr
AST.Literal
AST.IllegalLiteral
- 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.IllegalLiteral
Java7Frontend/Literals.ast
at line 11
public IllegalLiteral()
public IllegalLiteral(java.lang.String p0)
public IllegalLiteral(beaver.Symbol p0)
public void flushCache()
flushCache
in class Literal
public void flushCollectionCache()
flushCollectionCache
in class Literal
public IllegalLiteral clone() throws java.lang.CloneNotSupportedException
public IllegalLiteral copy()
public IllegalLiteral fullCopy()
public void collectErrors()
collectErrors
in class ASTNode<ASTNode>
Java7Frontend/Literals.jrag
at line 469
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 |