|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GenLanguage | |
---|---|
org.eclipse.gmf.codegen.gmfgen | |
org.eclipse.gmf.codegen.gmfgen.impl |
Uses of GenLanguage in org.eclipse.gmf.codegen.gmfgen |
---|
Fields in org.eclipse.gmf.codegen.gmfgen with type parameters of type GenLanguage | |
---|---|
static List<GenLanguage> |
GenLanguage.VALUES
A public read-only list of all the 'Gen Language' enumerators. |
Methods in org.eclipse.gmf.codegen.gmfgen that return GenLanguage | |
---|---|
static GenLanguage |
GenLanguage.get(int value)
Returns the 'Gen Language' literal with the specified integer value. |
static GenLanguage |
GenLanguage.get(String literal)
Returns the 'Gen Language' literal with the specified literal value. |
static GenLanguage |
GenLanguage.getByName(String name)
Returns the 'Gen Language' literal with the specified name. |
GenLanguage |
GenExpressionProviderBase.getLanguage()
|
GenLanguage |
GenExpressionInterpreter.getLanguage()
Returns the value of the 'Language' attribute. |
static GenLanguage |
GenLanguage.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static GenLanguage[] |
GenLanguage.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.eclipse.gmf.codegen.gmfgen with parameters of type GenLanguage | |
---|---|
void |
GenExpressionInterpreter.setLanguage(GenLanguage value)
Sets the value of the ' Language ' attribute. |
Uses of GenLanguage in org.eclipse.gmf.codegen.gmfgen.impl |
---|
Fields in org.eclipse.gmf.codegen.gmfgen.impl declared as GenLanguage | |
---|---|
protected GenLanguage |
GenExpressionInterpreterImpl.language
The cached value of the ' Language ' attribute. |
protected static GenLanguage |
GenExpressionInterpreterImpl.LANGUAGE_EDEFAULT
The default value of the ' Language ' attribute. |
Methods in org.eclipse.gmf.codegen.gmfgen.impl that return GenLanguage | |
---|---|
GenLanguage |
GMFGenFactoryImpl.createGenLanguageFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue)
|
GenLanguage |
GenJavaExpressionProviderImpl.getLanguage()
|
GenLanguage |
GenExpressionInterpreterImpl.getLanguage()
|
abstract GenLanguage |
GenExpressionProviderBaseImpl.getLanguage()
|
GenLanguage |
GenLiteralExpressionProviderImpl.getLanguage()
|
Methods in org.eclipse.gmf.codegen.gmfgen.impl with parameters of type GenLanguage | |
---|---|
void |
GenExpressionInterpreterImpl.setLanguage(GenLanguage newLanguage)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |