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'
 interface GenFeatureValueSpec
          A representation of the model object 'Gen Feature Value Spec'
 

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' containment reference
 

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

Methods in org.eclipse.gmf.codegen.gmfgen with parameters of type ValueExpression
 java.lang.String GenExpressionInterpreter.getExpressionAccessor(ValueExpression expression)
           
 java.lang.String GenJavaExpressionProvider.getOperationName(ValueExpression expression)
           
 GenExpressionProviderBase GenExpressionProviderContainer.getProvider(ValueExpression expression)
           
 boolean GenExpressionProviderContainer.isCopy(ValueExpression expression)
           
 void GenMetricRule.setRule(ValueExpression value)
          Sets the value of the 'Rule' containment 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' containment reference
 

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

Methods in org.eclipse.gmf.codegen.gmfgen.impl that return ValueExpression
 ValueExpression GMFGenFactoryImpl.createValueExpression()
           
 ValueExpression GenMetricRuleImpl.getRule()
           
 

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

Methods in org.eclipse.gmf.codegen.gmfgen.impl with parameters of type ValueExpression
 NotificationChain GenMetricRuleImpl.basicSetRule(ValueExpression newRule, NotificationChain msgs)
           
 java.lang.String GenExpressionInterpreterImpl.getExpressionAccessor(ValueExpression expression)
           
 java.lang.String GenJavaExpressionProviderImpl.getOperationName(ValueExpression expression)
           
 GenExpressionProviderBase GenExpressionProviderContainerImpl.getProvider(ValueExpression expression)
           
 boolean GenExpressionProviderContainerImpl.isCopy(ValueExpression expression)
           
 void GenMetricRuleImpl.setRule(ValueExpression newRule)
           
 

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 interpretting 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.