Class DefaultIDTypeIdentifier

    • Constructor Summary

      Constructors 
      Constructor Description
      DefaultIDTypeIdentifier​(java.lang.String value, boolean isDeclaration)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getIdentifierType()
      Gets a short description of the identifier type.
      java.lang.String getValue()  
      boolean isDeclaration()
      Checks if identifier corresponds to a declaration.
      • Methods inherited from class java.lang.Object

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

      • DefaultIDTypeIdentifier

        public DefaultIDTypeIdentifier​(java.lang.String value,
                                       boolean isDeclaration)
        Constructor.
        Parameters:
        value - The ID value.
        isDeclaration - True if identifier corresponds to an ID declaration.