Uses of Interface
org.eclipse.gmt.modisco.java.TypeAccess
| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.java | |
| org.eclipse.gmt.modisco.java.emf.impl | |
| org.eclipse.gmt.modisco.java.emf.meta | |
| org.eclipse.gmt.modisco.java.emf.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.emf.impl
Classes in org.eclipse.gmt.modisco.java.emf.impl that implement TypeAccess Modifier and Type Class Description classTypeAccessImplAn implementation of the model object 'Type Access'.Fields in org.eclipse.gmt.modisco.java.emf.impl declared as TypeAccess Modifier and Type Field Description protected TypeAccessWildCardTypeImpl. boundThe cached value of the 'Bound' containment reference.protected TypeAccessArrayTypeImpl. elementTypeThe cached value of the 'Element Type' containment reference.protected TypeAccessAbstractTypeQualifiedExpressionImpl. qualifierThe cached value of the 'Qualifier' containment reference.protected TypeAccessMemberRefImpl. qualifierThe cached value of the 'Qualifier' containment reference.protected TypeAccessMethodRefImpl. qualifierThe cached value of the 'Qualifier' containment reference.protected TypeAccessMethodDeclarationImpl. returnTypeThe cached value of the 'Return Type' containment reference.protected TypeAccessInstanceofExpressionImpl. rightOperandThe cached value of the 'Right Operand' containment reference.protected TypeAccessClassDeclarationImpl. superClassThe cached value of the 'Super Class' containment reference.protected TypeAccessAbstractVariablesContainerImpl. typeThe cached value of the 'Type' containment reference.protected TypeAccessAnnotationImpl. typeThe cached value of the 'Type' containment reference.protected TypeAccessAnnotationTypeMemberDeclarationImpl. typeThe cached value of the 'Type' containment reference.protected TypeAccessArrayCreationImpl. typeThe cached value of the 'Type' containment reference.protected TypeAccessCastExpressionImpl. typeThe cached value of the 'Type' containment reference.protected TypeAccessClassInstanceCreationImpl. typeThe cached value of the 'Type' containment reference.protected TypeAccessFieldDeclarationImpl. typeThe cached value of the 'Type' containment reference.protected TypeAccessMethodRefParameterImpl. typeThe cached value of the 'Type' containment reference.protected TypeAccessParameterizedTypeImpl. typeThe cached value of the 'Type' containment reference.protected TypeAccessSingleVariableDeclarationImpl. typeThe cached value of the 'Type' containment reference.protected TypeAccessTypeLiteralImpl. typeThe cached value of the 'Type' containment reference.protected TypeAccessVariableDeclarationExpressionImpl. typeThe cached value of the 'Type' containment reference.protected TypeAccessVariableDeclarationStatementImpl. typeThe cached value of the 'Type' containment reference.Fields in org.eclipse.gmt.modisco.java.emf.impl with type parameters of type TypeAccess Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<TypeAccess>TypeParameterImpl. boundsThe cached value of the 'Bounds' containment reference list.protected org.eclipse.emf.common.util.EList<TypeAccess>AbstractTypeDeclarationImpl. superInterfacesThe cached value of the 'Super Interfaces' containment reference list.protected org.eclipse.emf.common.util.EList<TypeAccess>AbstractMethodDeclarationImpl. thrownExceptionsThe cached value of the 'Thrown Exceptions' containment reference list.protected org.eclipse.emf.common.util.EList<TypeAccess>AbstractMethodInvocationImpl. typeArgumentsThe cached value of the 'Type Arguments' containment reference list.protected org.eclipse.emf.common.util.EList<TypeAccess>ClassInstanceCreationImpl. typeArgumentsThe cached value of the 'Type Arguments' containment reference list.protected org.eclipse.emf.common.util.EList<TypeAccess>ConstructorInvocationImpl. typeArgumentsThe cached value of the 'Type Arguments' containment reference list.protected org.eclipse.emf.common.util.EList<TypeAccess>MethodInvocationImpl. typeArgumentsThe cached value of the 'Type Arguments' containment reference list.protected org.eclipse.emf.common.util.EList<TypeAccess>ParameterizedTypeImpl. typeArgumentsThe cached value of the 'Type Arguments' containment reference list.protected org.eclipse.emf.common.util.EList<TypeAccess>SuperConstructorInvocationImpl. typeArgumentsThe cached value of the 'Type Arguments' containment reference list.protected org.eclipse.emf.common.util.EList<TypeAccess>SuperMethodInvocationImpl. typeArgumentsThe cached value of the 'Type Arguments' containment reference list.protected org.eclipse.emf.common.util.EList<TypeAccess>AbstractTypeDeclarationImpl. usagesInTypeAccessThe cached value of the 'Usages In Type Access' reference list.protected org.eclipse.emf.common.util.EList<TypeAccess>TypeImpl. usagesInTypeAccessThe cached value of the 'Usages In Type Access' reference list.Methods in org.eclipse.gmt.modisco.java.emf.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.emf.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.emf.impl with parameters of type TypeAccess Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainWildCardTypeImpl. basicSetBound(TypeAccess newBound, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainArrayTypeImpl. basicSetElementType(TypeAccess newElementType, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainAbstractTypeQualifiedExpressionImpl. basicSetQualifier(TypeAccess newQualifier, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainMemberRefImpl. basicSetQualifier(TypeAccess newQualifier, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainMethodRefImpl. basicSetQualifier(TypeAccess newQualifier, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainMethodDeclarationImpl. basicSetReturnType(TypeAccess newReturnType, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainInstanceofExpressionImpl. basicSetRightOperand(TypeAccess newRightOperand, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainClassDeclarationImpl. basicSetSuperClass(TypeAccess newSuperClass, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainAbstractVariablesContainerImpl. basicSetType(TypeAccess newType, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainAnnotationImpl. basicSetType(TypeAccess newType, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainAnnotationTypeMemberDeclarationImpl. basicSetType(TypeAccess newType, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainArrayCreationImpl. basicSetType(TypeAccess newType, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainCastExpressionImpl. basicSetType(TypeAccess newType, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainClassInstanceCreationImpl. basicSetType(TypeAccess newType, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainFieldDeclarationImpl. basicSetType(TypeAccess newType, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainMethodRefParameterImpl. basicSetType(TypeAccess newType, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainParameterizedTypeImpl. basicSetType(TypeAccess newType, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainSingleVariableDeclarationImpl. basicSetType(TypeAccess newType, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainTypeLiteralImpl. basicSetType(TypeAccess newType, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainVariableDeclarationExpressionImpl. basicSetType(TypeAccess newType, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainVariableDeclarationStatementImpl. basicSetType(TypeAccess newType, org.eclipse.emf.common.notify.NotificationChain msgs)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.emf.meta
Methods in org.eclipse.gmt.modisco.java.emf.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.emf.util
Methods in org.eclipse.gmt.modisco.java.emf.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'.