Class 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:
    Serialized Form
    • Constructor Detail

      • LexIdentifier

        public LexIdentifier​(String text,
                             LexToken symbol)
    • Method Detail

      • getSymbol

        public LexToken getSymbol()
      • getText

        public String getText()
      • clone

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

        public int hashCode()
        Overrides:
        hashCode in class Object