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 17public 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.Objectspec/PrettyPrint.jadd at line 73
public void init$Children()
init$Children in class Expprotected int numChildren()
numChildren in class Exppublic boolean mayHaveRewrite()
mayHaveRewrite in class Exppublic void flushCache()
flushCache in class Exppublic void flushCollectionCache()
flushCollectionCache in class Exppublic 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 | |||||||