Uses of Class
org.eclipse.mofscript.MOFScriptModel.PointCutOperator

Packages that use PointCutOperator
org.eclipse.mofscript.MOFScriptModel   
org.eclipse.mofscript.MOFScriptModel.impl   
org.eclipse.mofscript.MOFScriptModel.validation   
 

Uses of PointCutOperator in org.eclipse.mofscript.MOFScriptModel
 

Fields in org.eclipse.mofscript.MOFScriptModel declared as PointCutOperator
static PointCutOperator PointCutOperator.CALL_LITERAL
          The 'CALL' literal object
static PointCutOperator PointCutOperator.EXECUTE_LITERAL
          The 'EXECUTE' literal object
static PointCutOperator PointCutOperator.TARGET_LITERAL
          The 'TARGET' literal object
 

Methods in org.eclipse.mofscript.MOFScriptModel that return PointCutOperator
static PointCutOperator PointCutOperator.get(int value)
          Returns the 'Point Cut Operator' literal with the specified integer value
static PointCutOperator PointCutOperator.get(java.lang.String literal)
          Returns the 'Point Cut Operator' literal with the specified literal value
static PointCutOperator PointCutOperator.getByName(java.lang.String name)
          Returns the 'Point Cut Operator' literal with the specified name
 PointCutOperator PointCutExpression.getOperator()
          Returns the value of the 'Operator' attribute.
 

Methods in org.eclipse.mofscript.MOFScriptModel with parameters of type PointCutOperator
 void PointCutExpression.setOperator(PointCutOperator value)
          Sets the value of the 'Operator' attribute
 

Uses of PointCutOperator in org.eclipse.mofscript.MOFScriptModel.impl
 

Methods in org.eclipse.mofscript.MOFScriptModel.impl that return PointCutOperator
 PointCutOperator MOFScriptModelFactoryImpl.createPointCutOperatorFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 PointCutOperator PointCutExpressionImpl.getOperator()
           
 

Methods in org.eclipse.mofscript.MOFScriptModel.impl with parameters of type PointCutOperator
 void PointCutExpressionImpl.setOperator(PointCutOperator newOperator)
           
 

Uses of PointCutOperator in org.eclipse.mofscript.MOFScriptModel.validation
 

Methods in org.eclipse.mofscript.MOFScriptModel.validation with parameters of type PointCutOperator
 boolean PointCutExpressionValidator.validateOperator(PointCutOperator value)