- Type Hierarchy:
java.lang.Object
AST.ASTNode<T>
- All Implemented Interfaces:
- java.lang.Cloneable, java.lang.Iterable<T>
|
|||||||
FRAMES NO FRAMES |
public ASTNode()
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
public void collectErrors(java.util.Collection c)
spec/ErrorCheck.jadd
at line 12
protected void error(java.util.Collection c, java.lang.String s)
spec/ErrorCheck.jadd
at line 18
public java.lang.String printAST()
spec/PrettyPrint.jadd
at line 5
public void printAST(java.lang.StringBuilder sb)
spec/PrettyPrint.jadd
at line 10
public void printAST(java.lang.StringBuilder sb, int t)
spec/PrettyPrint.jadd
at line 13
public java.lang.String getIndent(int t)
spec/PrettyPrint.jadd
at line 78
public void init$Children()
public int getIndexOfChild(ASTNode node)
public final ASTNode$State state()
public boolean in$Circle()
public void in$Circle(boolean b)
public boolean is$Final()
public void is$Final(boolean b)
public final T getChildNoTransform(int i)
This method does not invoke AST transformations.
protected int numChildren()
public int getNumChild()
public final int getNumChildNoTransform()
This method does not invoke AST transformations.
public void insertChild(ASTNode node, int i)
public void removeChild(int i)
public int getStartLine()
public short getStartColumn()
public int getEndLine()
public short getEndColumn()
public void setStart(int startLine, short startColumn)
public void setEnd(int endLine, short endColumn)
protected boolean duringTypeAnalysis()
public boolean mayHaveRewrite()
public void flushCache()
public void flushCollectionCache()
public boolean Define_boolean_isQualified(ASTNode caller, ASTNode child)
public Access Define_Access_qualifier(ASTNode caller, ASTNode child)
public Decl Define_Decl_lookup(ASTNode caller, ASTNode child, java.lang.String name)
public Decl Define_Decl_unknownDecl(ASTNode caller, ASTNode child)
public PrimitiveDecl Define_PrimitiveDecl_booleanType(ASTNode caller, ASTNode child)
public static final boolean generatedWithCircularEnabled
public static final boolean generatedWithCacheCycle
public static final boolean generatedWithComponentCheck
protected static ASTNode$State state
public boolean in$Circle
public boolean is$Final
protected int numChildren
protected int startLine
protected short startColumn
protected int endLine
protected short endColumn
|
|||||||
FRAMES NO FRAMES |