Class NameSpec

  • Direct Known Subclasses:
    Name, NameSpecRef

    public abstract class NameSpec
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int NAME  
      static int NAME_SPEC_REF  
    • Constructor Summary

      Constructors 
      Constructor Description
      NameSpec()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract void accept​(NameSpecVisitor visitor)  
      abstract int getType()  
      abstract java.lang.String getValue()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NameSpec

        public NameSpec()
    • Method Detail

      • getType

        public abstract int getType()
      • accept

        public abstract void accept​(NameSpecVisitor visitor)
                             throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getValue

        public abstract java.lang.String getValue()