Package org.apache.commons.ognl.enhance
Class LocalReferenceImpl
java.lang.Object
org.apache.commons.ognl.enhance.LocalReferenceImpl
- All Implemented Interfaces:
LocalReference
Implementation of
LocalReference
.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
-
type
-
expression
-
-
Constructor Details
-
LocalReferenceImpl
-
-
Method Details
-
getName
The name of the assigned variable reference.- Specified by:
getName
in interfaceLocalReference
- Returns:
- The name of the reference as it will be when compiled.
-
getExpression
The expression that sets the value, ie the part after
.refName = - Specified by:
getExpression
in interfaceLocalReference
- Returns:
- The setting expression.
-
getType
The type of reference.- Specified by:
getType
in interfaceLocalReference
- Returns:
- The type.
-
equals
-
hashCode
public int hashCode() -
toString
-