Class LexIdentifier

java.lang.Object
org.intocps.maestro.ast.LexIdentifier
All Implemented Interfaces:
Serializable, Cloneable, org.intocps.maestro.ast.node.ExternalNode

public class LexIdentifier extends Object implements org.intocps.maestro.ast.node.ExternalNode
See Also:
  • Constructor Details

  • Method Details

    • getSymbol

      public LexToken getSymbol()
    • getText

      public String getText()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • clone

      public Object clone()
      Specified by:
      clone in interface org.intocps.maestro.ast.node.ExternalNode
      Overrides:
      clone in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object