Class HasLang

All Implemented Interfaces:
Serializable, Cloneable, QueryModelNode, ValueExpr, VariableScopeChange

public class HasLang extends UnaryValueOperator
See Also:
  • Constructor Details

    • HasLang

      public HasLang()
    • HasLang

      public HasLang(ValueExpr arg)
  • Method Details

    • visit

      public <X extends Exception> void visit(QueryModelVisitor<X> visitor) throws X
      Description copied from interface: QueryModelNode
      Visits this node. The node reports itself to the visitor with the proper runtime type.
      Throws:
      X
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class UnaryValueOperator
    • clone

      public HasLang clone()
      Description copied from interface: QueryModelNode
      Returns a (deep) clone of this query model node. This method recursively clones the entire node tree, starting from this nodes.
      Specified by:
      clone in interface QueryModelNode
      Specified by:
      clone in interface ValueExpr
      Overrides:
      clone in class UnaryValueOperator
      Returns:
      A deep clone of this query model node.