public interface AbstractVariablesContainer extends ASTNode
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<VariableDeclarationFragment> |
getFragments()
Returns the value of the 'Fragments' containment reference list.
|
TypeAccess |
getType()
Returns the value of the 'Type' containment reference.
|
void |
setType(TypeAccess value)
Sets the value of the '
Type' containment reference. |
getComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnitTypeAccess getType()
setType(TypeAccess),
JavaPackage.getAbstractVariablesContainer_Type()void setType(TypeAccess value)
Type' containment reference.
value - the new value of the 'Type' containment reference.getType()org.eclipse.emf.common.util.EList<VariableDeclarationFragment> getFragments()
VariableDeclarationFragment.
It is bidirectional and its opposite is 'Variables Container'.
JavaPackage.getAbstractVariablesContainer_Fragments(),
VariableDeclarationFragment.getVariablesContainer()Copyright © 2018–2020 Atlanmod. All rights reserved.