public interface VariableDeclarationFragment extends VariableDeclaration
The following features are supported:
JavaPackage.getVariableDeclarationFragment()| Modifier and Type | Method and Description |
|---|---|
AbstractVariablesContainer |
getVariablesContainer()
Returns the value of the 'Variables Container' container reference.
|
void |
setVariablesContainer(AbstractVariablesContainer value)
Sets the value of the '
Variables Container' container reference. |
getExtraArrayDimensions, getInitializer, getUsageInVariableAccess, setExtraArrayDimensions, setInitializergetName, getUsagesInImports, isProxy, setName, setProxygetComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnitAbstractVariablesContainer getVariablesContainer()
Fragments'.
If the meaning of the 'Variables Container' container reference isn't clear, there really should be more of a description here...
setVariablesContainer(AbstractVariablesContainer),
JavaPackage.getVariableDeclarationFragment_VariablesContainer(),
AbstractVariablesContainer.getFragments()void setVariablesContainer(AbstractVariablesContainer value)
Variables Container' container reference.
value - the new value of the 'Variables Container' container reference.getVariablesContainer()