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 GenMetricRule.getRule()
          Returns the value of the 'Rule' containment reference
 ValueExpression GMFGenFactory.createValueExpression()
          Returns a new object of class 'Value Expression'
 

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

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
 

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

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

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

Methods in org.eclipse.gmf.codegen.gmfgen.util with parameters of type ValueExpression
 java.lang.Object 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.