Uses of Interface
org.eclipse.gmt.modisco.java.TypeAccess
| 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 |
-
Uses of TypeAccess in org.eclipse.gmt.modisco.java
Methods in org.eclipse.gmt.modisco.java that return TypeAccess Modifier and Type Method Description TypeAccessWildCardType. getBound()Returns the value of the 'Bound' containment reference.TypeAccessArrayType. getElementType()Returns the value of the 'Element Type' containment reference.TypeAccessAbstractTypeQualifiedExpression. getQualifier()Returns the value of the 'Qualifier' containment reference.TypeAccessMemberRef. getQualifier()Returns the value of the 'Qualifier' containment reference.TypeAccessMethodRef. getQualifier()Returns the value of the 'Qualifier' containment reference.TypeAccessMethodDeclaration. getReturnType()Returns the value of the 'Return Type' containment reference.TypeAccessInstanceofExpression. getRightOperand()Returns the value of the 'Right Operand' containment reference.TypeAccessClassDeclaration. getSuperClass()Returns the value of the 'Super Class' containment reference.TypeAccessAbstractVariablesContainer. getType()Returns the value of the 'Type' containment reference.TypeAccessAnnotation. getType()Returns the value of the 'Type' containment reference.TypeAccessAnnotationTypeMemberDeclaration. getType()Returns the value of the 'Type' containment reference.TypeAccessArrayCreation. getType()Returns the value of the 'Type' containment reference.TypeAccessCastExpression. getType()Returns the value of the 'Type' containment reference.TypeAccessClassInstanceCreation. getType()Returns the value of the 'Type' containment reference.TypeAccessMethodRefParameter. getType()Returns the value of the 'Type' containment reference.TypeAccessParameterizedType. getType()Returns the value of the 'Type' containment reference.TypeAccessSingleVariableDeclaration. getType()Returns the value of the 'Type' containment reference.TypeAccessTypeLiteral. getType()Returns the value of the 'Type' containment reference.Methods in org.eclipse.gmt.modisco.java that return types with arguments of type TypeAccess Modifier and Type Method 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>AbstractMethodInvocation. getTypeArguments()Returns the value of the 'Type Arguments' 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>Type. getUsagesInTypeAccess()Returns the value of the 'Usages In Type Access' reference list.Methods in org.eclipse.gmt.modisco.java with parameters of type TypeAccess Modifier and Type Method Description voidWildCardType. setBound(TypeAccess value)Sets the value of the 'Bound' containment reference.voidArrayType. setElementType(TypeAccess value)Sets the value of the 'Element Type' containment reference.voidAbstractTypeQualifiedExpression. setQualifier(TypeAccess value)Sets the value of the 'Qualifier' containment reference.voidMemberRef. setQualifier(TypeAccess value)Sets the value of the 'Qualifier' containment reference.voidMethodRef. setQualifier(TypeAccess value)Sets the value of the 'Qualifier' containment reference.voidMethodDeclaration. setReturnType(TypeAccess value)Sets the value of the 'Return Type' containment reference.voidInstanceofExpression. setRightOperand(TypeAccess value)Sets the value of the 'Right Operand' containment reference.voidClassDeclaration. setSuperClass(TypeAccess value)Sets the value of the 'Super Class' containment reference.voidAbstractVariablesContainer. setType(TypeAccess value)Sets the value of the 'Type' containment reference.voidAnnotation. setType(TypeAccess value)Sets the value of the 'Type' containment reference.voidAnnotationTypeMemberDeclaration. setType(TypeAccess value)Sets the value of the 'Type' containment reference.voidArrayCreation. setType(TypeAccess value)Sets the value of the 'Type' containment reference.voidCastExpression. setType(TypeAccess value)Sets the value of the 'Type' containment reference.voidClassInstanceCreation. setType(TypeAccess value)Sets the value of the 'Type' containment reference.voidMethodRefParameter. setType(TypeAccess value)Sets the value of the 'Type' containment reference.voidParameterizedType. setType(TypeAccess value)Sets the value of the 'Type' containment reference.voidSingleVariableDeclaration. setType(TypeAccess value)Sets the value of the 'Type' containment reference.voidTypeLiteral. setType(TypeAccess value)Sets the value of the 'Type' containment reference. -
Uses of TypeAccess in org.eclipse.gmt.modisco.java.neoemf.impl
Classes in org.eclipse.gmt.modisco.java.neoemf.impl that implement TypeAccess Modifier and Type Class Description classTypeAccessImplAn implementation of the model object 'Type Access'.Methods in org.eclipse.gmt.modisco.java.neoemf.impl that return TypeAccess Modifier and Type Method Description TypeAccessJavaFactoryImpl. createTypeAccess()TypeAccessWildCardTypeImpl. getBound()TypeAccessArrayTypeImpl. getElementType()TypeAccessAbstractTypeQualifiedExpressionImpl. getQualifier()TypeAccessMemberRefImpl. getQualifier()TypeAccessMethodRefImpl. getQualifier()TypeAccessMethodDeclarationImpl. getReturnType()TypeAccessInstanceofExpressionImpl. getRightOperand()TypeAccessClassDeclarationImpl. getSuperClass()TypeAccessAbstractVariablesContainerImpl. getType()TypeAccessAnnotationImpl. getType()TypeAccessAnnotationTypeMemberDeclarationImpl. getType()TypeAccessArrayCreationImpl. getType()TypeAccessCastExpressionImpl. getType()TypeAccessClassInstanceCreationImpl. getType()TypeAccessFieldDeclarationImpl. getType()TypeAccessMethodRefParameterImpl. getType()TypeAccessParameterizedTypeImpl. getType()TypeAccessSingleVariableDeclarationImpl. getType()TypeAccessTypeLiteralImpl. getType()TypeAccessVariableDeclarationExpressionImpl. getType()TypeAccessVariableDeclarationStatementImpl. getType()Methods in org.eclipse.gmt.modisco.java.neoemf.impl that return types with arguments of type TypeAccess Modifier and Type Method 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>AbstractMethodInvocationImpl. getTypeArguments()org.eclipse.emf.common.util.EList<TypeAccess>ClassInstanceCreationImpl. getTypeArguments()org.eclipse.emf.common.util.EList<TypeAccess>ConstructorInvocationImpl. getTypeArguments()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>SuperConstructorInvocationImpl. getTypeArguments()org.eclipse.emf.common.util.EList<TypeAccess>SuperMethodInvocationImpl. getTypeArguments()org.eclipse.emf.common.util.EList<TypeAccess>AbstractTypeDeclarationImpl. getUsagesInTypeAccess()org.eclipse.emf.common.util.EList<TypeAccess>TypeImpl. getUsagesInTypeAccess()Methods in org.eclipse.gmt.modisco.java.neoemf.impl with parameters of type TypeAccess Modifier and Type Method Description voidWildCardTypeImpl. setBound(TypeAccess newBound)voidArrayTypeImpl. setElementType(TypeAccess newElementType)voidAbstractTypeQualifiedExpressionImpl. setQualifier(TypeAccess newQualifier)voidMemberRefImpl. setQualifier(TypeAccess newQualifier)voidMethodRefImpl. setQualifier(TypeAccess newQualifier)voidMethodDeclarationImpl. setReturnType(TypeAccess newReturnType)voidInstanceofExpressionImpl. setRightOperand(TypeAccess newRightOperand)voidClassDeclarationImpl. setSuperClass(TypeAccess newSuperClass)voidAbstractVariablesContainerImpl. setType(TypeAccess newType)voidAnnotationImpl. setType(TypeAccess newType)voidAnnotationTypeMemberDeclarationImpl. setType(TypeAccess newType)voidArrayCreationImpl. setType(TypeAccess newType)voidCastExpressionImpl. setType(TypeAccess newType)voidClassInstanceCreationImpl. setType(TypeAccess newType)voidFieldDeclarationImpl. setType(TypeAccess newType)voidMethodRefParameterImpl. setType(TypeAccess newType)voidParameterizedTypeImpl. setType(TypeAccess newType)voidSingleVariableDeclarationImpl. setType(TypeAccess newType)voidTypeLiteralImpl. setType(TypeAccess newType)voidVariableDeclarationExpressionImpl. setType(TypeAccess newType)voidVariableDeclarationStatementImpl. setType(TypeAccess newType) -
Uses of TypeAccess in org.eclipse.gmt.modisco.java.neoemf.meta
Methods in org.eclipse.gmt.modisco.java.neoemf.meta that return TypeAccess Modifier and Type Method Description TypeAccessJavaFactory. createTypeAccess()Returns a new object of class 'Type Access'. -
Uses of TypeAccess in org.eclipse.gmt.modisco.java.neoemf.util
Methods in org.eclipse.gmt.modisco.java.neoemf.util with parameters of type TypeAccess Modifier and Type Method Description TJavaSwitch. caseTypeAccess(TypeAccess object)Returns the result of interpreting the object as an instance of 'Type Access'.