public interface SourceVariableDeclaration extends SourceElement, SourceHasModifiers, SourceHasType
CHILDREN_ALL, CHILDREN_BLANKLINES, CHILDREN_COMMENTS, CHILDREN_default, CHILDREN_none, CHILDREN_REGULAR, EMPTY_ARRAY, PRINT_ALL, REFORMAT_ALL, REFORMAT_INDENT
Modifier and Type | Method and Description |
---|---|
SourceTypeReference |
getSourceType()
Gets the base source type.
|
java.util.List<SourceVariable> |
getVariables()
Gets the list of declared variables.
|
addModifiers, getModifiers, getSourceAnnotations, isValidModifiers, removeModifiers, setModifiers
setSourceType
addSelf, addSelf, addSelfAfter, addSelfBefore, adjustTextIndentation, clearBinding, cloneSelf, compile, getBinding, getChildren, getChildren, getCompiledObject, getContainedElements, getEndOffset, getJdkVersion, getOwningFile, getOwningSourceFile, getParent, getSiblingAfter, getSiblingBefore, getSiblings, getSiblings, getStartOffset, getSymbolKind, getText, getTokens, hasErrors, print, print, reformatSelf, removeSelf, replaceSelf, resolve, setBinding, setContext, visitSelf
SourceTypeReference getSourceType()
getSourceType
in interface SourceHasType
java.util.List<SourceVariable> getVariables()