|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 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' |
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 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 | |
---|---|
java.lang.Object |
MOFScriptModelSwitch.casePointCut(PointCut object)
Returns the result of interpreting the object as an instance of 'Point Cut' |
Uses of PointCut in org.eclipse.mofscript.MOFScriptModel.validation |
---|
Methods in org.eclipse.mofscript.MOFScriptModel.validation with parameters of type PointCut | |
---|---|
boolean |
AdviceValidator.validatePointcut(PointCut value)
|
Uses of PointCut in org.eclipse.mofscript.parser |
---|
Methods in org.eclipse.mofscript.parser that return PointCut | |
---|---|
PointCut |
MofScript2Parser.pointcut()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |