|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PointCut | |
---|---|
org.sintef.mofscript.MOFScriptModel | |
org.sintef.mofscript.MOFScriptModel.impl | |
org.sintef.mofscript.MOFScriptModel.util | |
org.sintef.mofscript.parser |
Uses of PointCut in org.sintef.mofscript.MOFScriptModel |
---|
Methods in org.sintef.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.sintef.mofscript.MOFScriptModel with parameters of type PointCut | |
---|---|
void |
Advice.setPointcut(PointCut value)
Sets the value of the ' Pointcut ' reference |
Uses of PointCut in org.sintef.mofscript.MOFScriptModel.impl |
---|
Classes in org.sintef.mofscript.MOFScriptModel.impl that implement PointCut | |
---|---|
class |
PointCutImpl
An implementation of the model object 'Point Cut' |
Fields in org.sintef.mofscript.MOFScriptModel.impl declared as PointCut | |
---|---|
protected PointCut |
AdviceImpl.pointcut
The cached value of the ' Pointcut ' reference |
Methods in org.sintef.mofscript.MOFScriptModel.impl that return PointCut | |
---|---|
PointCut |
AdviceImpl.basicGetPointcut()
|
PointCut |
MOFScriptModelFactoryImpl.createPointCut()
|
PointCut |
AdviceImpl.getPointcut()
|
Methods in org.sintef.mofscript.MOFScriptModel.impl with parameters of type PointCut | |
---|---|
void |
AdviceImpl.setPointcut(PointCut newPointcut)
|
Uses of PointCut in org.sintef.mofscript.MOFScriptModel.util |
---|
Methods in org.sintef.mofscript.MOFScriptModel.util with parameters of type PointCut | |
---|---|
java.lang.Object |
MOFScriptModelSwitch.casePointCut(PointCut object)
Returns the result of interpretting the object as an instance of 'Point Cut' |
Uses of PointCut in org.sintef.mofscript.parser |
---|
Methods in org.sintef.mofscript.parser that return PointCut | |
---|---|
PointCut |
MofScriptParser.pointcut()
pointcut |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |