Exp
::= <Value:String>;- Type Hierarchy:
java.lang.Object
AST.ASTNode<ASTNode>
AST.Exp
AST.BooleanLiteral
- All Implemented Interfaces:
- java.lang.Cloneable, java.lang.Iterable<ASTNode>
|
|||||||
FRAMES NO FRAMES |
Exp
::= <Value:String>;java.lang.ObjectAST.ASTNode<ASTNode>
AST.Exp
AST.BooleanLiteral
spec/picojava.ast
at line 17
public BooleanLiteral()
public BooleanLiteral(java.lang.String p0)
inh PrimitiveDecl booleanType()
spec/PredefinedTypes.jrag
at line 13
public BooleanLiteral clone() throws java.lang.CloneNotSupportedException
public BooleanLiteral copy()
public BooleanLiteral fullCopy()
public java.lang.String toString()
toString
in class java.lang.Object
spec/PrettyPrint.jadd
at line 73
public void init$Children()
init$Children
in class Exp
protected int numChildren()
numChildren
in class Exp
public boolean mayHaveRewrite()
mayHaveRewrite
in class Exp
public void flushCache()
flushCache
in class Exp
public void flushCollectionCache()
flushCollectionCache
in class Exp
public void setValue(java.lang.String value)
value
- The new value for the lexeme Value.public java.lang.String getValue()
protected java.lang.String tokenString_Value
protected int type_visited
protected boolean type_computed
protected TypeDecl type_value
protected int booleanType_visited
|
|||||||
FRAMES NO FRAMES |