Uses of Interface
org.eclipse.emf.cdo.expressions.Expression
Packages that use 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
Subinterfaces of Expression in org.eclipse.emf.cdo.expressionsModifier 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'.Methods in org.eclipse.emf.cdo.expressions that return ExpressionModifier 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.Methods in org.eclipse.emf.cdo.expressions that return types with arguments of type ExpressionModifier and TypeMethodDescriptionInvocation.getArguments()
Returns the value of the 'Arguments' containment reference list.ListConstruction.getElements()
Returns the value of the 'Elements' containment reference list.Methods in org.eclipse.emf.cdo.expressions with parameters of type ExpressionModifier 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
Classes in org.eclipse.emf.cdo.expressions.impl that implement ExpressionModifier 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'.Methods in org.eclipse.emf.cdo.expressions.impl that return ExpressionModifier and TypeMethodDescriptionLinkedExpressionImpl.basicGetExpression()
LinkedExpressionImpl.getExpression()
AccessImpl.getName()
InvocationImpl.getName()
MemberAccessImpl.getObject()
MemberInvocationImpl.getObject()
Methods in org.eclipse.emf.cdo.expressions.impl that return types with arguments of type ExpressionModifier and TypeMethodDescriptionInvocationImpl.getArguments()
ListConstructionImpl.getElements()
Methods in org.eclipse.emf.cdo.expressions.impl with parameters of type ExpressionModifier 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
Methods in org.eclipse.emf.cdo.expressions.util with parameters of type ExpressionModifier 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
Methods in org.eclipse.emf.cdo.security that return ExpressionModifier and TypeMethodDescriptionExpressionFilter.getExpression()
Returns the value of the 'Expression' containment reference.Methods in org.eclipse.emf.cdo.security with parameters of type ExpressionModifier 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
Methods in org.eclipse.emf.cdo.security.impl that return ExpressionMethods in org.eclipse.emf.cdo.security.impl with parameters of type ExpressionModifier and TypeMethodDescriptionSecurityFactoryImpl.createExpressionFilter
(Expression expression) void
ExpressionFilterImpl.setExpression
(Expression newExpression)