Class OgnlLocalReference
java.lang.Object
ognl.enhance.OgnlLocalReference
- All Implemented Interfaces:
LocalReference
Implementation of
LocalReference.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
-
clazzType
-
expression
-
-
Constructor Details
-
OgnlLocalReference
-
-
Method Details
-
getName
Description copied from interface:LocalReferenceThe name of the assigned variable reference.- Specified by:
getNamein interfaceLocalReference- Returns:
- The name of the reference as it will be when compiled.
-
getExpression
Description copied from interface:LocalReferenceThe expression that sets the value, ie the part after<class type> refName = <expression>.- Specified by:
getExpressionin interfaceLocalReference- Returns:
- The setting expression.
-
getType
Description copied from interface:LocalReferenceThe type of reference.- Specified by:
getTypein interfaceLocalReference- Returns:
- The type.
-
equals
-
hashCode
-
toString
-