Class ContextLookup

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, LValue

    public class ContextLookup
    extends AbstractLValue
    A reference that queries the datarow.
    Author:
    Thomas Morgner
    See Also:
    Serialized Form
    • Constructor Detail

      • ContextLookup

        public ContextLookup​(java.lang.String name)
      • ContextLookup

        public ContextLookup​(java.lang.String name,
                             ParsePosition parsePosition)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • isConstant

        public boolean isConstant()
        Checks whether the LValue is constant. Constant lvalues always return the same value.
        Returns:
      • getName

        public java.lang.String getName()