Interface LocalReference
- All Known Implementing Classes:
OgnlLocalReference
public interface LocalReference
Container class for
OgnlExpressionCompiler generated local method
block references.-
Method Summary
-
Method Details
-
getName
String getName()The name of the assigned variable reference.- Returns:
- The name of the reference as it will be when compiled.
-
getExpression
String getExpression()The expression that sets the value, ie the part after<class type> refName = <expression>.- Returns:
- The setting expression.
-
getType
-