public interface TextElement extends ASTNode
The following features are supported:
JavaPackage.getTextElement()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getText()
Returns the value of the 'Text' attribute.
|
void |
setText(java.lang.String value)
Sets the value of the '
Text' attribute. |
getComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnitjava.lang.String getText()
If the meaning of the 'Text' attribute isn't clear, there really should be more of a description here...
setText(String),
JavaPackage.getTextElement_Text()