Node
ASTAnd
, ASTChain
, ASTConst
, ASTCtor
, ASTInstanceof
, ASTList
, ASTMethod
, ASTOr
, ASTProperty
, ASTRootVarRef
, ASTSequence
, ASTStaticField
, ASTStaticMethod
, ASTThisVarRef
, ASTVarRef
, BooleanExpression
, ComparisonExpression
, ExpressionNode
, NumericExpression
, SimpleNode
public interface JavaSource
String
embedded with literal java statements.Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
toGetSourceString(OgnlContext context,
java.lang.Object target) |
Expected to return a java source representation of itself such that
it could be turned into a literal java expression to be compiled and
executed for
ExpressionAccessor.get(OgnlContext, Object) calls. |
java.lang.String |
toSetSourceString(OgnlContext context,
java.lang.Object target) |
Expected to return a java source representation of itself such that
it could be turned into a literal java expression to be compiled and
executed for
ExpressionAccessor.get(OgnlContext, Object) calls. |
java.lang.String toGetSourceString(OgnlContext context, java.lang.Object target)
ExpressionAccessor.get(OgnlContext, Object)
calls.java.lang.String toSetSourceString(OgnlContext context, java.lang.Object target)
ExpressionAccessor.get(OgnlContext, Object)
calls.