Generation Framework

Uses of Class
org.eclipse.gmf.codegen.gmfgen.GenLanguage

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 declared as GenLanguage
static GenLanguage GenLanguage.OCL_LITERAL
          The 'Ocl' literal object
static GenLanguage GenLanguage.JAVA_LITERAL
          The 'Java' literal object
static GenLanguage GenLanguage.REGEXP_LITERAL
          The 'Regexp' literal object
static GenLanguage GenLanguage.NREGEXP_LITERAL
          The 'Nregexp' literal object
 

Methods in org.eclipse.gmf.codegen.gmfgen that return GenLanguage
 GenLanguage GenExpressionInterpreter.getLanguage()
          Returns the value of the 'Language' attribute.
 GenLanguage GenExpressionProviderBase.getLanguage()
           If the meaning of the 'Language' attribute isn't clear, there really should be more of a description here...
 GenLanguage ValueExpression.getLanguage()
          Returns the value of the 'Language' attribute.
static GenLanguage GenLanguage.get(java.lang.String literal)
          Returns the 'Gen Language' literal with the specified literal value
static GenLanguage GenLanguage.getByName(java.lang.String name)
          Returns the 'Gen Language' literal with the specified name
static GenLanguage GenLanguage.get(int value)
          Returns the 'Gen Language' literal with the specified integer value
 

Methods in org.eclipse.gmf.codegen.gmfgen with parameters of type GenLanguage
 void GenExpressionInterpreter.setLanguage(GenLanguage value)
          Sets the value of the 'Language' attribute
 void ValueExpression.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 static GenLanguage GenExpressionInterpreterImpl.LANGUAGE_EDEFAULT
          The default value of the 'Language' attribute
protected  GenLanguage GenExpressionInterpreterImpl.language
          The cached value of the 'Language' attribute
protected static GenLanguage ValueExpressionImpl.LANGUAGE_EDEFAULT
          The default value of the 'Language' attribute
protected  GenLanguage ValueExpressionImpl.language
          The cached value of the 'Language' attribute
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl that return GenLanguage
 GenLanguage GenJavaExpressionProviderImpl.getLanguage()
           
 GenLanguage GenExpressionInterpreterImpl.getLanguage()
           
 GenLanguage GMFGenFactoryImpl.createGenLanguageFromString(EDataType eDataType, java.lang.String initialValue)
           
 GenLanguage ValueExpressionImpl.getLanguage()
           
abstract  GenLanguage GenExpressionProviderBaseImpl.getLanguage()
           
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl with parameters of type GenLanguage
 void GenExpressionInterpreterImpl.setLanguage(GenLanguage newLanguage)
           
 void ValueExpressionImpl.setLanguage(GenLanguage newLanguage)
           
 


Generation Framework

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.