Uses of Interface
org.eclipse.gmt.modisco.java.PrimitiveType
| 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 PrimitiveType in org.eclipse.gmt.modisco.java
Subinterfaces of PrimitiveType in org.eclipse.gmt.modisco.java Modifier and Type Interface Description 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'. -
Uses of PrimitiveType in org.eclipse.gmt.modisco.java.neoemf.impl
Classes in org.eclipse.gmt.modisco.java.neoemf.impl that implement PrimitiveType Modifier and Type Class Description 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'.Methods in org.eclipse.gmt.modisco.java.neoemf.impl that return PrimitiveType Modifier and Type Method Description PrimitiveTypeJavaFactoryImpl. createPrimitiveType() -
Uses of PrimitiveType in org.eclipse.gmt.modisco.java.neoemf.meta
Methods in org.eclipse.gmt.modisco.java.neoemf.meta that return PrimitiveType Modifier and Type Method Description PrimitiveTypeJavaFactory. createPrimitiveType()Returns a new object of class 'Primitive Type'. -
Uses of PrimitiveType in org.eclipse.gmt.modisco.java.neoemf.util
Methods in org.eclipse.gmt.modisco.java.neoemf.util with parameters of type PrimitiveType Modifier and Type Method Description TJavaSwitch. casePrimitiveType(PrimitiveType object)Returns the result of interpreting the object as an instance of 'Primitive Type'.