Generation Framework

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 GenMetricRule.getRule()
          Returns the value of the 'Rule' reference
 ValueExpression GenFeatureValueSpec.getValue()
          Returns the value of the 'Value' 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
 java.lang.String GenExpressionInterpreter.getExpressionAccessor(ValueExpression expression)
           
 void GenMetricRule.setRule(ValueExpression value)
          Sets the value of the 'Rule' reference
 void GenFeatureValueSpec.setValue(ValueExpression value)
          Sets the value of the 'Value' reference
 

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

Fields in org.eclipse.gmf.codegen.gmfgen.impl declared as ValueExpression
protected  ValueExpression GenMetricRuleImpl.rule
          The cached value of the 'Rule' reference
protected  ValueExpression GenFeatureValueSpecImpl.value
          The cached value of the 'Value' 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 GenMetricRuleImpl.basicGetRule()
           
 ValueExpression GenFeatureValueSpecImpl.basicGetValue()
           
 ValueExpression GMFGenFactoryImpl.createValueExpression()
           
 ValueExpression GenMetricRuleImpl.getRule()
           
 ValueExpression GenFeatureValueSpecImpl.getValue()
           
 

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
 java.lang.String GenExpressionInterpreterImpl.getExpressionAccessor(ValueExpression expression)
           
 void GenMetricRuleImpl.setRule(ValueExpression newRule)
           
 void GenFeatureValueSpecImpl.setValue(ValueExpression newValue)
           
 

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'
 


Generation Framework

Guidelines for using Eclipse APIs.

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