Uses of Interface
org.eclipse.gmt.modisco.java.TypeAccess

Packages that use TypeAccess
org.eclipse.gmt.modisco.java   
org.eclipse.gmt.modisco.java.cdo.meta   
org.eclipse.gmt.modisco.java.cdo.util   
org.eclipse.gmt.modisco.java.emf   
org.eclipse.gmt.modisco.java.emf.classic   
org.eclipse.gmt.modisco.java.emf.classic.util   
org.eclipse.gmt.modisco.java.emf.util   
org.eclipse.gmt.modisco.java.nousages.cdo.meta   
org.eclipse.gmt.modisco.java.nousages.cdo.util   
org.eclipse.gmt.modisco.java.nousages.meta   
org.eclipse.gmt.modisco.java.nousages.util   
 

Uses of TypeAccess in org.eclipse.gmt.modisco.java
 

Methods in org.eclipse.gmt.modisco.java that return TypeAccess
 TypeAccess WildCardType.getBound()
          Returns the value of the 'Bound' containment reference.
 TypeAccess ArrayType.getElementType()
          Returns the value of the 'Element Type' containment reference.
 TypeAccess AbstractTypeQualifiedExpression.getQualifier()
          Returns the value of the 'Qualifier' containment reference.
 TypeAccess MemberRef.getQualifier()
          Returns the value of the 'Qualifier' containment reference.
 TypeAccess MethodRef.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 AbstractVariablesContainer.getType()
          Returns the value of the 'Type' containment reference.
 TypeAccess Annotation.getType()
          Returns the value of the 'Type' containment reference.
 TypeAccess AnnotationTypeMemberDeclaration.getType()
          Returns the value of the 'Type' containment reference.
 TypeAccess ArrayCreation.getType()
          Returns the value of the 'Type' containment reference.
 TypeAccess CastExpression.getType()
          Returns the value of the 'Type' containment reference.
 TypeAccess ClassInstanceCreation.getType()
          Returns the value of the 'Type' containment reference.
 TypeAccess MethodRefParameter.getType()
          Returns the value of the 'Type' containment reference.
 TypeAccess ParameterizedType.getType()
          Returns the value of the 'Type' containment reference.
 TypeAccess SingleVariableDeclaration.getType()
          Returns the value of the 'Type' containment reference.
 TypeAccess TypeLiteral.getType()
          Returns the value of the 'Type' containment reference.
 

Methods in org.eclipse.gmt.modisco.java with parameters of type TypeAccess
 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 AbstractTypeQualifiedExpression.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 MethodRef.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 AbstractVariablesContainer.setType(TypeAccess value)
          Sets the value of the 'Type' containment reference.
 void Annotation.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 ArrayCreation.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 ClassInstanceCreation.setType(TypeAccess value)
          Sets the value of the 'Type' containment reference.
 void MethodRefParameter.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 SingleVariableDeclaration.setType(TypeAccess value)
          Sets the value of the 'Type' containment reference.
 void TypeLiteral.setType(TypeAccess value)
          Sets the value of the 'Type' containment reference.
 

Uses of TypeAccess in org.eclipse.gmt.modisco.java.cdo.meta
 

Methods in org.eclipse.gmt.modisco.java.cdo.meta that return TypeAccess
 TypeAccess JavaFactory.createTypeAccess()
          Returns a new object of class 'Type Access'.
 

Uses of TypeAccess in org.eclipse.gmt.modisco.java.cdo.util
 

Methods in org.eclipse.gmt.modisco.java.cdo.util with parameters of type TypeAccess
 T JavaSwitch.caseTypeAccess(TypeAccess object)
          Returns the result of interpreting the object as an instance of 'Type Access'.
 

Uses of TypeAccess in org.eclipse.gmt.modisco.java.emf
 

Methods in org.eclipse.gmt.modisco.java.emf that return TypeAccess
 TypeAccess JavaFactory.createTypeAccess()
          Returns a new object of class 'Type Access'.
 

Uses of TypeAccess in org.eclipse.gmt.modisco.java.emf.classic
 

Methods in org.eclipse.gmt.modisco.java.emf.classic that return TypeAccess
 TypeAccess JavaFactory.createTypeAccess()
          Returns a new object of class 'Type Access'.
 

Uses of TypeAccess in org.eclipse.gmt.modisco.java.emf.classic.util
 

Methods in org.eclipse.gmt.modisco.java.emf.classic.util with parameters of type TypeAccess
 T JavaSwitch.caseTypeAccess(TypeAccess object)
          Returns the result of interpreting the object as an instance of 'Type Access'.
 

Uses of TypeAccess in org.eclipse.gmt.modisco.java.emf.util
 

Methods in org.eclipse.gmt.modisco.java.emf.util with parameters of type TypeAccess
 T JavaSwitch.caseTypeAccess(TypeAccess object)
          Returns the result of interpreting the object as an instance of 'Type Access'.
 

Uses of TypeAccess in org.eclipse.gmt.modisco.java.nousages.cdo.meta
 

Methods in org.eclipse.gmt.modisco.java.nousages.cdo.meta that return TypeAccess
 TypeAccess JavaFactory.createTypeAccess()
          Returns a new object of class 'Type Access'.
 

Uses of TypeAccess in org.eclipse.gmt.modisco.java.nousages.cdo.util
 

Methods in org.eclipse.gmt.modisco.java.nousages.cdo.util with parameters of type TypeAccess
 T JavaSwitch.caseTypeAccess(TypeAccess object)
          Returns the result of interpreting the object as an instance of 'Type Access'.
 

Uses of TypeAccess in org.eclipse.gmt.modisco.java.nousages.meta
 

Methods in org.eclipse.gmt.modisco.java.nousages.meta that return TypeAccess
 TypeAccess JavaFactory.createTypeAccess()
          Returns a new object of class 'Type Access'.
 

Uses of TypeAccess in org.eclipse.gmt.modisco.java.nousages.util
 

Methods in org.eclipse.gmt.modisco.java.nousages.util with parameters of type TypeAccess
 T JavaSwitch.caseTypeAccess(TypeAccess object)
          Returns the result of interpreting the object as an instance of 'Type Access'.