|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SourceAst
An interface for accessing the AST root of an input.
Method Summary | |
---|---|
void |
clearAst()
Removes any references to root node of the AST. |
Node |
getAstRoot(AbstractCompiler compiler)
Gets the root node of the AST for the source file this represents. |
InputId |
getInputId()
|
SourceFile |
getSourceFile()
Returns the source file the generated AST represents. |
void |
setSourceFile(SourceFile file)
Sets the source file the generated AST represents. |
Method Detail |
---|
Node getAstRoot(AbstractCompiler compiler)
void clearAst()
InputId getInputId()
SourceFile getSourceFile()
void setSourceFile(SourceFile file)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |