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 TypSchnittstelleBeschreibunginterfaceA representation of the model object 'Access'.interfaceA representation of the model object 'Boolean Value'.interfaceA representation of the model object 'Byte Value'.interfaceA representation of the model object 'Char Value'.interfaceA representation of the model object 'Contained Object'.interfaceA representation of the model object 'Context Value'.interfaceA representation of the model object 'Double Value'.interfaceA representation of the model object 'Float Value'.interfaceA representation of the model object 'Function Invocation'.interfaceA representation of the model object 'Int Value'.interfaceA representation of the model object 'Invocation'.interfaceA representation of the model object 'Linked Expression'.interfaceA representation of the model object 'Object Value'.interfaceA representation of the model object 'List Value'.interfaceA representation of the model object 'Long Value'.interfaceA representation of the model object 'Member Access'.interfaceA representation of the model object 'Member Invocation'.interfaceA representation of the model object 'Short Value'.interfaceA representation of the model object 'Static Access'.interfaceA representation of the model object 'String Value'.interfaceA 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 TypMethodeBeschreibungvoidLinkedExpression.setExpression(Expression value) Sets the value of the 'Expression' reference.voidAccess.setName(Expression value) Sets the value of the 'Name' containment reference.voidInvocation.setName(Expression value) Sets the value of the 'Name' containment reference.voidMemberAccess.setObject(Expression value) Sets the value of the 'Object' containment reference.voidMemberInvocation.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 TypKlasseBeschreibungclassAn implementation of the model object 'Access'.classAn implementation of the model object 'Boolean Value'.classAn implementation of the model object 'Byte Value'.classAn implementation of the model object 'Char Value'.classAn implementation of the model object 'Contained Object'.classAn implementation of the model object 'Context Value'.classAn implementation of the model object 'Double Value'.classAn implementation of the model object 'Float Value'.classAn implementation of the model object 'Function Invocation'.classAn implementation of the model object 'Int Value'.classAn implementation of the model object 'Invocation'.classAn implementation of the model object 'Linked Expression'.classAn implementation of the model object 'Object Value'.classAn implementation of the model object 'List Value'.classAn implementation of the model object 'Long Value'.classAn implementation of the model object 'Member Access'.classAn implementation of the model object 'Member Invocation'.classAn implementation of the model object 'Short Value'.classAn implementation of the model object 'Static Access'.classAn implementation of the model object 'String Value'.classAn 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) voidLinkedExpressionImpl.setExpression(Expression newExpression) voidAccessImpl.setName(Expression newName) voidInvocationImpl.setName(Expression newName) voidMemberAccessImpl.setObject(Expression newObject) voidMemberInvocationImpl.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 FunctionInvocationExpressionsUtil.construct(Expression className, Expression... arguments) static FunctionInvocationExpressionsUtil.invoke(Expression name, Expression... arguments) static MemberInvocationExpressionsUtil.invokeMember(Expression object, Expression name, Expression... arguments) static ListConstructionExpressionsUtil.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) voidExpressionFilter.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) voidExpressionFilterImpl.setExpression(Expression newExpression)