Uses of Interface
org.eclipse.gmf.codegen.gmfgen.ValueExpression

Packages that use ValueExpression
org.eclipse.gmf.codegen.gmfgen   
org.eclipse.gmf.codegen.gmfgen.impl   
org.eclipse.gmf.codegen.gmfgen.util   
 

Uses of ValueExpression in org.eclipse.gmf.codegen.gmfgen
 

Subinterfaces of ValueExpression in org.eclipse.gmf.codegen.gmfgen
 interface GenConstraint
          A representation of the model object 'Gen Constraint'.
 

Methods in org.eclipse.gmf.codegen.gmfgen that return ValueExpression
 ValueExpression GMFGenFactory.createValueExpression()
          Returns a new object of class 'Value Expression'.
 ValueExpression ExpressionLabelParser.getEditExpression()
          Returns the value of the 'Edit Expression' reference.
 ValueExpression OclChoiceParser.getItemsExpression()
          Returns the value of the 'Items Expression' reference.
 ValueExpression GenMetricRule.getRule()
          Returns the value of the 'Rule' reference.
 ValueExpression OclChoiceParser.getShowExpression()
          Returns the value of the 'Show Expression' reference.
 ValueExpression GenFeatureValueSpec.getValue()
          Returns the value of the 'Value' reference.
 ValueExpression ExpressionLabelParser.getViewExpression()
          Returns the value of the 'View Expression' reference.
 

Methods in org.eclipse.gmf.codegen.gmfgen that return types with arguments of type ValueExpression
 org.eclipse.emf.common.util.EList<ValueExpression> GenExpressionProviderBase.getExpressions()
          Returns the value of the 'Expressions' containment reference list.
 

Methods in org.eclipse.gmf.codegen.gmfgen with parameters of type ValueExpression
 String GenExpressionInterpreter.getExpressionAccessor(ValueExpression expression)
           
 void ExpressionLabelParser.setEditExpression(ValueExpression value)
          Sets the value of the 'Edit Expression' reference.
 void OclChoiceParser.setItemsExpression(ValueExpression value)
          Sets the value of the 'Items Expression' reference.
 void GenMetricRule.setRule(ValueExpression value)
          Sets the value of the 'Rule' reference.
 void OclChoiceParser.setShowExpression(ValueExpression value)
          Sets the value of the 'Show Expression' reference.
 void GenFeatureValueSpec.setValue(ValueExpression value)
          Sets the value of the 'Value' reference.
 void ExpressionLabelParser.setViewExpression(ValueExpression value)
          Sets the value of the 'View Expression' reference.
 

Uses of ValueExpression in org.eclipse.gmf.codegen.gmfgen.impl
 

Classes in org.eclipse.gmf.codegen.gmfgen.impl that implement ValueExpression
 class GenConstraintImpl
          An implementation of the model object 'Gen Constraint'.
 class ValueExpressionImpl
          An implementation of the model object 'Value Expression'.
 

Fields in org.eclipse.gmf.codegen.gmfgen.impl declared as ValueExpression
protected  ValueExpression ExpressionLabelParserImpl.editExpression
          The cached value of the 'Edit Expression' reference.
protected  ValueExpression OclChoiceParserImpl.itemsExpression
          The cached value of the 'Items Expression' reference.
protected  ValueExpression GenMetricRuleImpl.rule
          The cached value of the 'Rule' reference.
protected  ValueExpression OclChoiceParserImpl.showExpression
          The cached value of the 'Show Expression' reference.
protected  ValueExpression GenFeatureValueSpecImpl.value
          The cached value of the 'Value' reference.
protected  ValueExpression ExpressionLabelParserImpl.viewExpression
          The cached value of the 'View Expression' reference.
 

Fields in org.eclipse.gmf.codegen.gmfgen.impl with type parameters of type ValueExpression
protected  org.eclipse.emf.common.util.EList<ValueExpression> GenExpressionProviderBaseImpl.expressions
          The cached value of the 'Expressions' containment reference list.
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl that return ValueExpression
 ValueExpression ExpressionLabelParserImpl.basicGetEditExpression()
           
 ValueExpression OclChoiceParserImpl.basicGetItemsExpression()
           
 ValueExpression GenMetricRuleImpl.basicGetRule()
           
 ValueExpression OclChoiceParserImpl.basicGetShowExpression()
           
 ValueExpression GenFeatureValueSpecImpl.basicGetValue()
           
 ValueExpression ExpressionLabelParserImpl.basicGetViewExpression()
           
 ValueExpression GMFGenFactoryImpl.createValueExpression()
           
 ValueExpression ExpressionLabelParserImpl.getEditExpression()
           
 ValueExpression OclChoiceParserImpl.getItemsExpression()
           
 ValueExpression GenMetricRuleImpl.getRule()
           
 ValueExpression OclChoiceParserImpl.getShowExpression()
           
 ValueExpression GenFeatureValueSpecImpl.getValue()
           
 ValueExpression ExpressionLabelParserImpl.getViewExpression()
           
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl that return types with arguments of type ValueExpression
 org.eclipse.emf.common.util.EList<ValueExpression> GenExpressionProviderBaseImpl.getExpressions()
           
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl with parameters of type ValueExpression
 String GenExpressionInterpreterImpl.getExpressionAccessor(ValueExpression expression)
           
 void ExpressionLabelParserImpl.setEditExpression(ValueExpression newEditExpression)
           
 void OclChoiceParserImpl.setItemsExpression(ValueExpression newItemsExpression)
           
 void GenMetricRuleImpl.setRule(ValueExpression newRule)
           
 void OclChoiceParserImpl.setShowExpression(ValueExpression newShowExpression)
           
 void GenFeatureValueSpecImpl.setValue(ValueExpression newValue)
           
 void ExpressionLabelParserImpl.setViewExpression(ValueExpression newViewExpression)
           
 

Uses of ValueExpression in org.eclipse.gmf.codegen.gmfgen.util
 

Methods in org.eclipse.gmf.codegen.gmfgen.util with parameters of type ValueExpression
 T GMFGenSwitch.caseValueExpression(ValueExpression object)
          Returns the result of interpreting the object as an instance of 'Value Expression'.
 



Copyright © 2012. All Rights Reserved.