Klasse ExpressionsUtil
java.lang.Object
org.eclipse.emf.cdo.expressions.util.ExpressionsUtil
Provides static factory methods for common
expressions
.- Autor:
- Eike Stepper
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic FunctionInvocation
construct
(Expression className, Expression... arguments) static FunctionInvocation
invoke
(Expression name, Expression... arguments) static MemberInvocation
invokeMember
(Expression object, Expression name, Expression... arguments) static ListConstruction
list
(Expression... elements) static BooleanValue
value
(boolean literal) static ByteValue
value
(byte literal) static CharValue
value
(char literal) static DoubleValue
value
(double literal) static FloatValue
value
(float literal) static IntValue
value
(int literal) static LongValue
value
(long literal) static ShortValue
value
(short literal) static StringValue
-
Konstruktordetails
-
ExpressionsUtil
public ExpressionsUtil()
-
-
Methodendetails
-
value
-
value
-
value
-
value
-
value
-
value
-
value
-
value
-
value
-
list
-
invokeMember
public static MemberInvocation invokeMember(Expression object, Expression name, Expression... arguments) -
invoke
-
construct
-