org.jdesktop.el
Class Expression.ResolvedProperty

java.lang.Object
  extended by org.jdesktop.el.Expression.ResolvedProperty
Enclosing class:
Expression

public static final class Expression.ResolvedProperty
extends java.lang.Object


Constructor Summary
Expression.ResolvedProperty(java.lang.Object source, java.lang.Object property)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.Object getProperty()
           
 java.lang.Object getSource()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Expression.ResolvedProperty

public Expression.ResolvedProperty(java.lang.Object source,
                                   java.lang.Object property)
Method Detail

getSource

public java.lang.Object getSource()

getProperty

public java.lang.Object getProperty()

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object