Uses of Interface
org.eclipse.emf.cdo.expressions.Expression
Package
Description
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.
-
Uses of Expression in org.eclipse.emf.cdo.expressions
Modifier and TypeInterfaceDescriptioninterface
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'.Modifier and TypeMethodDescriptionLinkedExpression.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.Modifier and TypeMethodDescriptionInvocation.getArguments()
Returns the value of the 'Arguments' containment reference list.ListConstruction.getElements()
Returns the value of the 'Elements' containment reference list.Modifier and TypeMethodDescriptionvoid
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. -
Uses of Expression in org.eclipse.emf.cdo.expressions.impl
Modifier and TypeClassDescriptionclass
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'.Modifier and TypeMethodDescriptionLinkedExpressionImpl.basicGetExpression()
LinkedExpressionImpl.getExpression()
AccessImpl.getName()
InvocationImpl.getName()
MemberAccessImpl.getObject()
MemberInvocationImpl.getObject()
Modifier and TypeMethodDescriptionInvocationImpl.getArguments()
ListConstructionImpl.getElements()
Modifier and TypeMethodDescriptionAccessImpl.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) -
Uses of Expression in org.eclipse.emf.cdo.expressions.util
Modifier and TypeMethodDescriptionExpressionsSwitch.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) -
Uses of Expression in org.eclipse.emf.cdo.security
Modifier and TypeMethodDescriptionExpressionFilter.getExpression()
Returns the value of the 'Expression' containment reference.Modifier and TypeMethodDescriptionSecurityFactory.createExpressionFilter
(Expression expression) void
ExpressionFilter.setExpression
(Expression value) Sets the value of the 'Expression
' containment reference. -
Uses of Expression in org.eclipse.emf.cdo.security.impl
Modifier and TypeMethodDescriptionSecurityFactoryImpl.createExpressionFilter
(Expression expression) void
ExpressionFilterImpl.setExpression
(Expression newExpression)