public interface ASTNode
The following features are supported:
JavaPackage.getASTNode()| Modifier and Type | Method and Description |
|---|---|
|
getComments()
Returns the value of the 'Comments' containment reference list.
|
ClassFile |
getOriginalClassFile()
Returns the value of the 'Original Class File' reference.
|
CompilationUnit |
getOriginalCompilationUnit()
Returns the value of the 'Original Compilation Unit' reference.
|
void |
setOriginalClassFile(ClassFile value)
Sets the value of the '
Original Class File' reference. |
void |
setOriginalCompilationUnit(CompilationUnit value)
Sets the value of the '
Original Compilation Unit' reference. |
getComments()
Comment.
If the meaning of the 'Comments' containment reference list isn't clear, there really should be more of a description here...
JavaPackage.getASTNode_Comments()CompilationUnit getOriginalCompilationUnit()
If the meaning of the 'Original Compilation Unit' reference isn't clear, there really should be more of a description here...
setOriginalCompilationUnit(CompilationUnit),
JavaPackage.getASTNode_OriginalCompilationUnit()void setOriginalCompilationUnit(CompilationUnit value)
Original Compilation Unit' reference.
value - the new value of the 'Original Compilation Unit' reference.getOriginalCompilationUnit()ClassFile getOriginalClassFile()
If the meaning of the 'Original Class File' reference isn't clear, there really should be more of a description here...
setOriginalClassFile(ClassFile),
JavaPackage.getASTNode_OriginalClassFile()void setOriginalClassFile(ClassFile value)
Original Class File' reference.
value - the new value of the 'Original Class File' reference.getOriginalClassFile()