| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.java | |
| org.eclipse.gmt.modisco.java.neoemf.impl | |
| org.eclipse.gmt.modisco.java.neoemf.meta | |
| org.eclipse.gmt.modisco.java.neoemf.util |
| Modifier and Type | Method and Description |
|---|---|
TypeAccess |
WildCardType.getBound()
Returns the value of the 'Bound' containment reference.
|
TypeAccess |
ArrayType.getElementType()
Returns the value of the 'Element Type' containment reference.
|
TypeAccess |
MethodRef.getQualifier()
Returns the value of the 'Qualifier' containment reference.
|
TypeAccess |
MemberRef.getQualifier()
Returns the value of the 'Qualifier' containment reference.
|
TypeAccess |
AbstractTypeQualifiedExpression.getQualifier()
Returns the value of the 'Qualifier' containment reference.
|
TypeAccess |
MethodDeclaration.getReturnType()
Returns the value of the 'Return Type' containment reference.
|
TypeAccess |
InstanceofExpression.getRightOperand()
Returns the value of the 'Right Operand' containment reference.
|
TypeAccess |
ClassDeclaration.getSuperClass()
Returns the value of the 'Super Class' containment reference.
|
TypeAccess |
Annotation.getType()
Returns the value of the 'Type' containment reference.
|
TypeAccess |
CastExpression.getType()
Returns the value of the 'Type' containment reference.
|
TypeAccess |
ParameterizedType.getType()
Returns the value of the 'Type' containment reference.
|
TypeAccess |
ArrayCreation.getType()
Returns the value of the 'Type' containment reference.
|
TypeAccess |
AnnotationTypeMemberDeclaration.getType()
Returns the value of the 'Type' containment reference.
|
TypeAccess |
ClassInstanceCreation.getType()
Returns the value of the 'Type' containment reference.
|
TypeAccess |
TypeLiteral.getType()
Returns the value of the 'Type' containment reference.
|
TypeAccess |
AbstractVariablesContainer.getType()
Returns the value of the 'Type' containment reference.
|
TypeAccess |
SingleVariableDeclaration.getType()
Returns the value of the 'Type' containment reference.
|
TypeAccess |
MethodRefParameter.getType()
Returns the value of the 'Type' containment reference.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<TypeAccess> |
TypeParameter.getBounds()
Returns the value of the 'Bounds' containment reference list.
|
org.eclipse.emf.common.util.EList<TypeAccess> |
AbstractTypeDeclaration.getSuperInterfaces()
Returns the value of the 'Super Interfaces' containment reference list.
|
org.eclipse.emf.common.util.EList<TypeAccess> |
AbstractMethodDeclaration.getThrownExceptions()
Returns the value of the 'Thrown Exceptions' containment reference list.
|
org.eclipse.emf.common.util.EList<TypeAccess> |
ParameterizedType.getTypeArguments()
Returns the value of the 'Type Arguments' containment reference list.
|
org.eclipse.emf.common.util.EList<TypeAccess> |
AbstractMethodInvocation.getTypeArguments()
Returns the value of the 'Type Arguments' containment reference list.
|
org.eclipse.emf.common.util.EList<TypeAccess> |
Type.getUsagesInTypeAccess()
Returns the value of the 'Usages In Type Access' reference list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WildCardType.setBound(TypeAccess value)
Sets the value of the '
Bound' containment reference. |
void |
ArrayType.setElementType(TypeAccess value)
Sets the value of the '
Element Type' containment reference. |
void |
MethodRef.setQualifier(TypeAccess value)
Sets the value of the '
Qualifier' containment reference. |
void |
MemberRef.setQualifier(TypeAccess value)
Sets the value of the '
Qualifier' containment reference. |
void |
AbstractTypeQualifiedExpression.setQualifier(TypeAccess value)
Sets the value of the '
Qualifier' containment reference. |
void |
MethodDeclaration.setReturnType(TypeAccess value)
Sets the value of the '
Return Type' containment reference. |
void |
InstanceofExpression.setRightOperand(TypeAccess value)
Sets the value of the '
Right Operand' containment reference. |
void |
ClassDeclaration.setSuperClass(TypeAccess value)
Sets the value of the '
Super Class' containment reference. |
void |
Annotation.setType(TypeAccess value)
Sets the value of the '
Type' containment reference. |
void |
CastExpression.setType(TypeAccess value)
Sets the value of the '
Type' containment reference. |
void |
ParameterizedType.setType(TypeAccess value)
Sets the value of the '
Type' containment reference. |
void |
ArrayCreation.setType(TypeAccess value)
Sets the value of the '
Type' containment reference. |
void |
AnnotationTypeMemberDeclaration.setType(TypeAccess value)
Sets the value of the '
Type' containment reference. |
void |
ClassInstanceCreation.setType(TypeAccess value)
Sets the value of the '
Type' containment reference. |
void |
TypeLiteral.setType(TypeAccess value)
Sets the value of the '
Type' containment reference. |
void |
AbstractVariablesContainer.setType(TypeAccess value)
Sets the value of the '
Type' containment reference. |
void |
SingleVariableDeclaration.setType(TypeAccess value)
Sets the value of the '
Type' containment reference. |
void |
MethodRefParameter.setType(TypeAccess value)
Sets the value of the '
Type' containment reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
TypeAccessImpl
An implementation of the model object 'Type Access'.
|
| Modifier and Type | Method and Description |
|---|---|
TypeAccess |
JavaFactoryImpl.createTypeAccess() |
TypeAccess |
WildCardTypeImpl.getBound() |
TypeAccess |
ArrayTypeImpl.getElementType() |
TypeAccess |
AbstractTypeQualifiedExpressionImpl.getQualifier() |
TypeAccess |
MemberRefImpl.getQualifier() |
TypeAccess |
MethodRefImpl.getQualifier() |
TypeAccess |
MethodDeclarationImpl.getReturnType() |
TypeAccess |
InstanceofExpressionImpl.getRightOperand() |
TypeAccess |
ClassDeclarationImpl.getSuperClass() |
TypeAccess |
ParameterizedTypeImpl.getType() |
TypeAccess |
CastExpressionImpl.getType() |
TypeAccess |
ArrayCreationImpl.getType() |
TypeAccess |
FieldDeclarationImpl.getType() |
TypeAccess |
VariableDeclarationStatementImpl.getType() |
TypeAccess |
SingleVariableDeclarationImpl.getType() |
TypeAccess |
AbstractVariablesContainerImpl.getType() |
TypeAccess |
MethodRefParameterImpl.getType() |
TypeAccess |
TypeLiteralImpl.getType() |
TypeAccess |
AnnotationTypeMemberDeclarationImpl.getType() |
TypeAccess |
VariableDeclarationExpressionImpl.getType() |
TypeAccess |
ClassInstanceCreationImpl.getType() |
TypeAccess |
AnnotationImpl.getType() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<TypeAccess> |
TypeParameterImpl.getBounds() |
org.eclipse.emf.common.util.EList<TypeAccess> |
AbstractTypeDeclarationImpl.getSuperInterfaces() |
org.eclipse.emf.common.util.EList<TypeAccess> |
AbstractMethodDeclarationImpl.getThrownExceptions() |
org.eclipse.emf.common.util.EList<TypeAccess> |
MethodInvocationImpl.getTypeArguments() |
org.eclipse.emf.common.util.EList<TypeAccess> |
ParameterizedTypeImpl.getTypeArguments() |
org.eclipse.emf.common.util.EList<TypeAccess> |
SuperMethodInvocationImpl.getTypeArguments() |
org.eclipse.emf.common.util.EList<TypeAccess> |
AbstractMethodInvocationImpl.getTypeArguments() |
org.eclipse.emf.common.util.EList<TypeAccess> |
ConstructorInvocationImpl.getTypeArguments() |
org.eclipse.emf.common.util.EList<TypeAccess> |
SuperConstructorInvocationImpl.getTypeArguments() |
org.eclipse.emf.common.util.EList<TypeAccess> |
ClassInstanceCreationImpl.getTypeArguments() |
org.eclipse.emf.common.util.EList<TypeAccess> |
AbstractTypeDeclarationImpl.getUsagesInTypeAccess() |
org.eclipse.emf.common.util.EList<TypeAccess> |
TypeImpl.getUsagesInTypeAccess() |
| Modifier and Type | Method and Description |
|---|---|
void |
WildCardTypeImpl.setBound(TypeAccess newBound) |
void |
ArrayTypeImpl.setElementType(TypeAccess newElementType) |
void |
AbstractTypeQualifiedExpressionImpl.setQualifier(TypeAccess newQualifier) |
void |
MemberRefImpl.setQualifier(TypeAccess newQualifier) |
void |
MethodRefImpl.setQualifier(TypeAccess newQualifier) |
void |
MethodDeclarationImpl.setReturnType(TypeAccess newReturnType) |
void |
InstanceofExpressionImpl.setRightOperand(TypeAccess newRightOperand) |
void |
ClassDeclarationImpl.setSuperClass(TypeAccess newSuperClass) |
void |
ParameterizedTypeImpl.setType(TypeAccess newType) |
void |
CastExpressionImpl.setType(TypeAccess newType) |
void |
ArrayCreationImpl.setType(TypeAccess newType) |
void |
FieldDeclarationImpl.setType(TypeAccess newType) |
void |
VariableDeclarationStatementImpl.setType(TypeAccess newType) |
void |
SingleVariableDeclarationImpl.setType(TypeAccess newType) |
void |
AbstractVariablesContainerImpl.setType(TypeAccess newType) |
void |
MethodRefParameterImpl.setType(TypeAccess newType) |
void |
TypeLiteralImpl.setType(TypeAccess newType) |
void |
AnnotationTypeMemberDeclarationImpl.setType(TypeAccess newType) |
void |
VariableDeclarationExpressionImpl.setType(TypeAccess newType) |
void |
ClassInstanceCreationImpl.setType(TypeAccess newType) |
void |
AnnotationImpl.setType(TypeAccess newType) |
| Modifier and Type | Method and Description |
|---|---|
TypeAccess |
JavaFactory.createTypeAccess()
Returns a new object of class 'Type Access'.
|
| Modifier and Type | Method and Description |
|---|---|
T |
JavaSwitch.caseTypeAccess(TypeAccess object)
Returns the result of interpreting the object as an instance of 'Type Access'.
|
Copyright © 2018–2020 Atlanmod. All rights reserved.