Uses of Interface
org.eclipse.mofscript.MOFScriptModel.PointCut

Packages that use PointCut
org.eclipse.mofscript.MOFScriptModel   
org.eclipse.mofscript.MOFScriptModel.impl   
org.eclipse.mofscript.MOFScriptModel.util   
org.eclipse.mofscript.parser   
 

Uses of PointCut in org.eclipse.mofscript.MOFScriptModel
 

Methods in org.eclipse.mofscript.MOFScriptModel that return PointCut
 PointCut MOFScriptModelFactory.createPointCut()
          Returns a new object of class 'Point Cut'
 PointCut Advice.getPointcut()
          Returns the value of the 'Pointcut' reference
 

Methods in org.eclipse.mofscript.MOFScriptModel that return types with arguments of type PointCut
 org.eclipse.emf.common.util.EList<PointCut> MOFScriptAspect.getPointcut()
          Returns the value of the 'Pointcut' containment reference list.
 

Methods in org.eclipse.mofscript.MOFScriptModel with parameters of type PointCut
 void Advice.setPointcut(PointCut value)
          Sets the value of the 'Pointcut' reference
 

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

Classes in org.eclipse.mofscript.MOFScriptModel.impl that implement PointCut
 class PointCutImpl
          An implementation of the model object 'Point Cut'
 

Fields in org.eclipse.mofscript.MOFScriptModel.impl declared as PointCut
protected  PointCut AdviceImpl.pointcut
          The cached value of the 'Pointcut' reference
 

Fields in org.eclipse.mofscript.MOFScriptModel.impl with type parameters of type PointCut
protected  org.eclipse.emf.common.util.EList<PointCut> MOFScriptAspectImpl.pointcut
          The cached value of the 'Pointcut' containment reference list
 

Methods in org.eclipse.mofscript.MOFScriptModel.impl that return PointCut
 PointCut AdviceImpl.basicGetPointcut()
           
 PointCut MOFScriptModelFactoryImpl.createPointCut()
           
 PointCut AdviceImpl.getPointcut()
           
 

Methods in org.eclipse.mofscript.MOFScriptModel.impl that return types with arguments of type PointCut
 org.eclipse.emf.common.util.EList<PointCut> MOFScriptAspectImpl.getPointcut()
           
 

Methods in org.eclipse.mofscript.MOFScriptModel.impl with parameters of type PointCut
 void AdviceImpl.setPointcut(PointCut newPointcut)
           
 

Uses of PointCut in org.eclipse.mofscript.MOFScriptModel.util
 

Methods in org.eclipse.mofscript.MOFScriptModel.util with parameters of type PointCut
 T MOFScriptModelSwitch.casePointCut(PointCut object)
          Returns the result of interpreting the object as an instance of 'Point Cut'
 

Uses of PointCut in org.eclipse.mofscript.parser
 

Methods in org.eclipse.mofscript.parser that return PointCut
 PointCut MofScript2Parser.pointcut()