Uses of Interface
org.eclipse.gmt.modisco.java.Type
| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.java | |
| org.eclipse.gmt.modisco.java.neoemf.impl | |
| org.eclipse.gmt.modisco.java.neoemf.util |
-
Uses of Type in org.eclipse.gmt.modisco.java
Subinterfaces of Type in org.eclipse.gmt.modisco.java Modifier and Type Interface Description interfaceAbstractTypeDeclarationA representation of the model object 'Abstract Type Declaration'.interfaceAnnotationTypeDeclarationA representation of the model object 'Annotation Type Declaration'.interfaceArrayTypeA representation of the model object 'Array Type'.interfaceClassDeclarationA representation of the model object 'Class Declaration'.interfaceEnumDeclarationA representation of the model object 'Enum Declaration'.interfaceInterfaceDeclarationA representation of the model object 'Interface Declaration'.interfaceParameterizedTypeA representation of the model object 'Parameterized Type'.interfacePrimitiveTypeA representation of the model object 'Primitive Type'.interfacePrimitiveTypeBooleanA representation of the model object 'Primitive Type Boolean'.interfacePrimitiveTypeByteA representation of the model object 'Primitive Type Byte'.interfacePrimitiveTypeCharA representation of the model object 'Primitive Type Char'.interfacePrimitiveTypeDoubleA representation of the model object 'Primitive Type Double'.interfacePrimitiveTypeFloatA representation of the model object 'Primitive Type Float'.interfacePrimitiveTypeIntA representation of the model object 'Primitive Type Int'.interfacePrimitiveTypeLongA representation of the model object 'Primitive Type Long'.interfacePrimitiveTypeShortA representation of the model object 'Primitive Type Short'.interfacePrimitiveTypeVoidA representation of the model object 'Primitive Type Void'.interfaceTypeDeclarationA representation of the model object 'Type Declaration'.interfaceTypeParameterA representation of the model object 'Type Parameter'.interfaceUnresolvedAnnotationDeclarationA representation of the model object 'Unresolved Annotation Declaration'.interfaceUnresolvedClassDeclarationA representation of the model object 'Unresolved Class Declaration'.interfaceUnresolvedEnumDeclarationA representation of the model object 'Unresolved Enum Declaration'.interfaceUnresolvedInterfaceDeclarationA representation of the model object 'Unresolved Interface Declaration'.interfaceUnresolvedTypeA representation of the model object 'Unresolved Type'.interfaceUnresolvedTypeDeclarationA representation of the model object 'Unresolved Type Declaration'.interfaceWildCardTypeA representation of the model object 'Wild Card Type'.Methods in org.eclipse.gmt.modisco.java that return Type Modifier and Type Method Description TypeTypeAccess. getType()Returns the value of the 'Type' reference.Methods in org.eclipse.gmt.modisco.java that return types with arguments of type Type Modifier and Type Method Description org.eclipse.emf.common.util.EList<Type>Model. getOrphanTypes()Returns the value of the 'Orphan Types' containment reference list.Methods in org.eclipse.gmt.modisco.java with parameters of type Type Modifier and Type Method Description voidTypeAccess. setType(Type value)Sets the value of the 'Type' reference. -
Uses of Type in org.eclipse.gmt.modisco.java.neoemf.impl
Classes in org.eclipse.gmt.modisco.java.neoemf.impl that implement Type Modifier and Type Class Description classAbstractTypeDeclarationImplAn implementation of the model object 'Abstract Type Declaration'.classAnnotationTypeDeclarationImplAn implementation of the model object 'Annotation Type Declaration'.classArrayTypeImplAn implementation of the model object 'Array Type'.classClassDeclarationImplAn implementation of the model object 'Class Declaration'.classEnumDeclarationImplAn implementation of the model object 'Enum Declaration'.classInterfaceDeclarationImplAn implementation of the model object 'Interface Declaration'.classParameterizedTypeImplAn implementation of the model object 'Parameterized Type'.classPrimitiveTypeBooleanImplAn implementation of the model object 'Primitive Type Boolean'.classPrimitiveTypeByteImplAn implementation of the model object 'Primitive Type Byte'.classPrimitiveTypeCharImplAn implementation of the model object 'Primitive Type Char'.classPrimitiveTypeDoubleImplAn implementation of the model object 'Primitive Type Double'.classPrimitiveTypeFloatImplAn implementation of the model object 'Primitive Type Float'.classPrimitiveTypeImplAn implementation of the model object 'Primitive Type'.classPrimitiveTypeIntImplAn implementation of the model object 'Primitive Type Int'.classPrimitiveTypeLongImplAn implementation of the model object 'Primitive Type Long'.classPrimitiveTypeShortImplAn implementation of the model object 'Primitive Type Short'.classPrimitiveTypeVoidImplAn implementation of the model object 'Primitive Type Void'.classTypeDeclarationImplAn implementation of the model object 'Type Declaration'.classTypeImplAn implementation of the model object 'Type'.classTypeParameterImplAn implementation of the model object 'Type Parameter'.classUnresolvedAnnotationDeclarationImplAn implementation of the model object 'Unresolved Annotation Declaration'.classUnresolvedClassDeclarationImplAn implementation of the model object 'Unresolved Class Declaration'.classUnresolvedEnumDeclarationImplAn implementation of the model object 'Unresolved Enum Declaration'.classUnresolvedInterfaceDeclarationImplAn implementation of the model object 'Unresolved Interface Declaration'.classUnresolvedTypeDeclarationImplAn implementation of the model object 'Unresolved Type Declaration'.classUnresolvedTypeImplAn implementation of the model object 'Unresolved Type'.classWildCardTypeImplAn implementation of the model object 'Wild Card Type'.Methods in org.eclipse.gmt.modisco.java.neoemf.impl that return Type Modifier and Type Method Description TypeTypeAccessImpl. getType()Methods in org.eclipse.gmt.modisco.java.neoemf.impl that return types with arguments of type Type Modifier and Type Method Description org.eclipse.emf.common.util.EList<Type>ModelImpl. getOrphanTypes()Methods in org.eclipse.gmt.modisco.java.neoemf.impl with parameters of type Type Modifier and Type Method Description voidTypeAccessImpl. setType(Type newType) -
Uses of Type in org.eclipse.gmt.modisco.java.neoemf.util
Methods in org.eclipse.gmt.modisco.java.neoemf.util with parameters of type Type Modifier and Type Method Description TJavaSwitch. caseType(Type object)Returns the result of interpreting the object as an instance of 'Type'.