Verwendungen von Schnittstelle
org.eclipse.emf.cdo.expressions.Expression
Packages, die Expression verwenden
Package
Beschreibung
The generated EMF API of the CDO expressions model.
The generated EMF implementation of the CDO expressions model.
The generated EMF utilities of the CDO expressions model.
The generated EMF API of the CDO security model.
The generated EMF implementation of the CDO security model.
-
Verwendungen von Expression in org.eclipse.emf.cdo.expressions
Unterschnittstellen von Expression in org.eclipse.emf.cdo.expressionsModifizierer und TypSchnittstelleBeschreibunginterface
A representation of the model object 'Access'.interface
A representation of the model object 'Boolean Value'.interface
A representation of the model object 'Byte Value'.interface
A representation of the model object 'Char Value'.interface
A representation of the model object 'Contained Object'.interface
A representation of the model object 'Context Value'.interface
A representation of the model object 'Double Value'.interface
A representation of the model object 'Float Value'.interface
A representation of the model object 'Function Invocation'.interface
A representation of the model object 'Int Value'.interface
A representation of the model object 'Invocation'.interface
A representation of the model object 'Linked Expression'.interface
A representation of the model object 'Object Value'.interface
A representation of the model object 'List Value'.interface
A representation of the model object 'Long Value'.interface
A representation of the model object 'Member Access'.interface
A representation of the model object 'Member Invocation'.interface
A representation of the model object 'Short Value'.interface
A representation of the model object 'Static Access'.interface
A representation of the model object 'String Value'.interface
A representation of the model object 'Primitive Value'.Methoden in org.eclipse.emf.cdo.expressions, die Expression zurückgebenModifizierer und TypMethodeBeschreibungLinkedExpression.getExpression()
Returns the value of the 'Expression' reference.Access.getName()
Returns the value of the 'Name' containment reference.Invocation.getName()
Returns the value of the 'Name' containment reference.MemberAccess.getObject()
Returns the value of the 'Object' containment reference.MemberInvocation.getObject()
Returns the value of the 'Object' containment reference.Methoden in org.eclipse.emf.cdo.expressions, die Typen mit Argumenten vom Typ Expression zurückgebenModifizierer und TypMethodeBeschreibungInvocation.getArguments()
Returns the value of the 'Arguments' containment reference list.ListConstruction.getElements()
Returns the value of the 'Elements' containment reference list.Methoden in org.eclipse.emf.cdo.expressions mit Parametern vom Typ ExpressionModifizierer und TypMethodeBeschreibungvoid
LinkedExpression.setExpression
(Expression value) Sets the value of the 'Expression
' reference.void
Access.setName
(Expression value) Sets the value of the 'Name
' containment reference.void
Invocation.setName
(Expression value) Sets the value of the 'Name
' containment reference.void
MemberAccess.setObject
(Expression value) Sets the value of the 'Object
' containment reference.void
MemberInvocation.setObject
(Expression value) Sets the value of the 'Object
' containment reference. -
Verwendungen von Expression in org.eclipse.emf.cdo.expressions.impl
Klassen in org.eclipse.emf.cdo.expressions.impl, die Expression implementierenModifizierer und TypKlasseBeschreibungclass
An implementation of the model object 'Access'.class
An implementation of the model object 'Boolean Value'.class
An implementation of the model object 'Byte Value'.class
An implementation of the model object 'Char Value'.class
An implementation of the model object 'Contained Object'.class
An implementation of the model object 'Context Value'.class
An implementation of the model object 'Double Value'.class
An implementation of the model object 'Float Value'.class
An implementation of the model object 'Function Invocation'.class
An implementation of the model object 'Int Value'.class
An implementation of the model object 'Invocation'.class
An implementation of the model object 'Linked Expression'.class
An implementation of the model object 'Object Value'.class
An implementation of the model object 'List Value'.class
An implementation of the model object 'Long Value'.class
An implementation of the model object 'Member Access'.class
An implementation of the model object 'Member Invocation'.class
An implementation of the model object 'Short Value'.class
An implementation of the model object 'Static Access'.class
An implementation of the model object 'String Value'.class
An implementation of the model object 'Primitive Value'.Methoden in org.eclipse.emf.cdo.expressions.impl, die Expression zurückgebenModifizierer und TypMethodeBeschreibungLinkedExpressionImpl.basicGetExpression()
LinkedExpressionImpl.getExpression()
AccessImpl.getName()
InvocationImpl.getName()
MemberAccessImpl.getObject()
MemberInvocationImpl.getObject()
Methoden in org.eclipse.emf.cdo.expressions.impl, die Typen mit Argumenten vom Typ Expression zurückgebenModifizierer und TypMethodeBeschreibungInvocationImpl.getArguments()
ListConstructionImpl.getElements()
Methoden in org.eclipse.emf.cdo.expressions.impl mit Parametern vom Typ ExpressionModifizierer und TypMethodeBeschreibungAccessImpl.basicSetName
(Expression newName, NotificationChain msgs) InvocationImpl.basicSetName
(Expression newName, NotificationChain msgs) MemberAccessImpl.basicSetObject
(Expression newObject, NotificationChain msgs) MemberInvocationImpl.basicSetObject
(Expression newObject, NotificationChain msgs) void
LinkedExpressionImpl.setExpression
(Expression newExpression) void
AccessImpl.setName
(Expression newName) void
InvocationImpl.setName
(Expression newName) void
MemberAccessImpl.setObject
(Expression newObject) void
MemberInvocationImpl.setObject
(Expression newObject) -
Verwendungen von Expression in org.eclipse.emf.cdo.expressions.util
Methoden in org.eclipse.emf.cdo.expressions.util mit Parametern vom Typ ExpressionModifizierer und TypMethodeBeschreibungExpressionsSwitch.caseExpression
(Expression object) Returns the result of interpreting the object as an instance of 'Expression'.static FunctionInvocation
ExpressionsUtil.construct
(Expression className, Expression... arguments) static FunctionInvocation
ExpressionsUtil.invoke
(Expression name, Expression... arguments) static MemberInvocation
ExpressionsUtil.invokeMember
(Expression object, Expression name, Expression... arguments) static ListConstruction
ExpressionsUtil.list
(Expression... elements) -
Verwendungen von Expression in org.eclipse.emf.cdo.security
Methoden in org.eclipse.emf.cdo.security, die Expression zurückgebenModifizierer und TypMethodeBeschreibungExpressionFilter.getExpression()
Returns the value of the 'Expression' containment reference.Methoden in org.eclipse.emf.cdo.security mit Parametern vom Typ ExpressionModifizierer und TypMethodeBeschreibungSecurityFactory.createExpressionFilter
(Expression expression) void
ExpressionFilter.setExpression
(Expression value) Sets the value of the 'Expression
' containment reference. -
Verwendungen von Expression in org.eclipse.emf.cdo.security.impl
Methoden in org.eclipse.emf.cdo.security.impl, die Expression zurückgebenMethoden in org.eclipse.emf.cdo.security.impl mit Parametern vom Typ ExpressionModifizierer und TypMethodeBeschreibungSecurityFactoryImpl.createExpressionFilter
(Expression expression) void
ExpressionFilterImpl.setExpression
(Expression newExpression)