|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PointCutExpression | |
---|---|
org.eclipse.mofscript.MOFScriptModel | |
org.eclipse.mofscript.MOFScriptModel.impl | |
org.eclipse.mofscript.MOFScriptModel.util |
Uses of PointCutExpression in org.eclipse.mofscript.MOFScriptModel |
---|
Methods in org.eclipse.mofscript.MOFScriptModel that return PointCutExpression | |
---|---|
PointCutExpression |
MOFScriptModelFactory.createPointCutExpression()
Returns a new object of class 'Point Cut Expression' |
PointCutExpression |
PointCut.getPointcutexpression()
Returns the value of the 'Pointcutexpression' containment reference |
Methods in org.eclipse.mofscript.MOFScriptModel that return types with arguments of type PointCutExpression | |
---|---|
org.eclipse.emf.common.util.EList<PointCutExpression> |
PointCutExpression.getCombinedExpression()
Returns the value of the 'Combined Expression' containment reference list. |
Methods in org.eclipse.mofscript.MOFScriptModel with parameters of type PointCutExpression | |
---|---|
void |
PointCut.setPointcutexpression(PointCutExpression value)
Sets the value of the ' Pointcutexpression ' containment reference |
Uses of PointCutExpression in org.eclipse.mofscript.MOFScriptModel.impl |
---|
Classes in org.eclipse.mofscript.MOFScriptModel.impl that implement PointCutExpression | |
---|---|
class |
PointCutExpressionImpl
An implementation of the model object 'Point Cut Expression' |
Fields in org.eclipse.mofscript.MOFScriptModel.impl declared as PointCutExpression | |
---|---|
protected PointCutExpression |
PointCutImpl.pointcutexpression
The cached value of the ' Pointcutexpression ' containment reference |
Fields in org.eclipse.mofscript.MOFScriptModel.impl with type parameters of type PointCutExpression | |
---|---|
protected org.eclipse.emf.common.util.EList<PointCutExpression> |
PointCutExpressionImpl.combinedExpression
The cached value of the ' Combined Expression ' containment reference list |
Methods in org.eclipse.mofscript.MOFScriptModel.impl that return PointCutExpression | |
---|---|
PointCutExpression |
MOFScriptModelFactoryImpl.createPointCutExpression()
|
PointCutExpression |
PointCutImpl.getPointcutexpression()
|
Methods in org.eclipse.mofscript.MOFScriptModel.impl that return types with arguments of type PointCutExpression | |
---|---|
org.eclipse.emf.common.util.EList<PointCutExpression> |
PointCutExpressionImpl.getCombinedExpression()
|
Methods in org.eclipse.mofscript.MOFScriptModel.impl with parameters of type PointCutExpression | |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
PointCutImpl.basicSetPointcutexpression(PointCutExpression newPointcutexpression,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
void |
PointCutImpl.setPointcutexpression(PointCutExpression newPointcutexpression)
|
Uses of PointCutExpression in org.eclipse.mofscript.MOFScriptModel.util |
---|
Methods in org.eclipse.mofscript.MOFScriptModel.util with parameters of type PointCutExpression | |
---|---|
T |
MOFScriptModelSwitch.casePointCutExpression(PointCutExpression object)
Returns the result of interpreting the object as an instance of 'Point Cut Expression' |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |