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 FunctionInvocationconstruct(Expression className, Expression... arguments) static FunctionInvocationinvoke(Expression name, Expression... arguments) static MemberInvocationinvokeMember(Expression object, Expression name, Expression... arguments) static ListConstructionlist(Expression... elements) static BooleanValuevalue(boolean literal) static ByteValuevalue(byte literal) static CharValuevalue(char literal) static DoubleValuevalue(double literal) static FloatValuevalue(float literal) static IntValuevalue(int literal) static LongValuevalue(long literal) static ShortValuevalue(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
-