Uses of Class
org.eclipse.mtj.api.enumerations.Expression

Packages that use Expression
org.eclipse.mtj.api.enumerations   
org.eclipse.mtj.api.preprocessing   
org.eclipse.mtj.api.preprocessing.impl   
 

Uses of Expression in org.eclipse.mtj.api.enumerations
 

Fields in org.eclipse.mtj.api.enumerations declared as Expression
static Expression Expression.EXPRESSION_EQ_LITERAL
          The 'EXPRESSION EQ' literal object.
static Expression Expression.EXPRESSION_GET_LITERAL
          The 'EXPRESSION GET' literal object.
static Expression Expression.EXPRESSION_GT_LITERAL
          The 'EXPRESSION GT' literal object.
static Expression Expression.EXPRESSION_LET_LITERAL
          The 'EXPRESSION LET' literal object.
static Expression Expression.EXPRESSION_LT_LITERAL
          The 'EXPRESSION LT' literal object.
static Expression Expression.EXPRESSION_NEQ_LITERAL
          The 'EXPRESSION NEQ' literal object.
 

Methods in org.eclipse.mtj.api.enumerations that return Expression
static Expression Expression.get(int value)
          Returns the 'Expression' literal with the specified value.
static Expression Expression.get(java.lang.String name)
          Returns the 'Expression' literal with the specified name.
 

Uses of Expression in org.eclipse.mtj.api.preprocessing
 

Methods in org.eclipse.mtj.api.preprocessing that return Expression
 Expression CapabilityCondition.getExpression()
          Returns the value of the 'Expression' attribute.
 

Methods in org.eclipse.mtj.api.preprocessing with parameters of type Expression
 void CapabilityCondition.setExpression(Expression value)
          Sets the value of the 'Expression' attribute.
 

Uses of Expression in org.eclipse.mtj.api.preprocessing.impl
 

Methods in org.eclipse.mtj.api.preprocessing.impl that return Expression
 Expression CapabilityConditionImpl.getExpression()
           
 

Methods in org.eclipse.mtj.api.preprocessing.impl with parameters of type Expression
 void CapabilityConditionImpl.setExpression(Expression newExpression)