Class Expression.ResolvedProperty

  • Enclosing class:
    Expression

    public static final class Expression.ResolvedProperty
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ResolvedProperty​(java.lang.Object source, java.lang.Object property)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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

      • ResolvedProperty

        public 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