Class ExpressionsUtil
java.lang.Object
org.eclipse.emf.cdo.expressions.util.ExpressionsUtil
Provides static factory methods for common
expressions
.- Author:
- Eike Stepper
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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
-
Constructor Details
-
ExpressionsUtil
public ExpressionsUtil()
-
-
Method Details
-
value
-
value
-
value
-
value
-
value
-
value
-
value
-
value
-
value
-
list
-
invokeMember
public static MemberInvocation invokeMember(Expression object, Expression name, Expression... arguments) -
invoke
-
construct
-