Class TokenEntry

    • Constructor Detail

      • TokenEntry

        public TokenEntry​(String image,
                          String tokenSrcID,
                          int beginLine)
        Creates a new token entry with the given informations.
        Parameters:
        image -
        tokenSrcID -
        beginLine - the linenumber, 1-based.
    • Method Detail

      • clearImages

        public static void clearImages()
      • getTokenSrcID

        public String getTokenSrcID()
      • getBeginLine

        public int getBeginLine()
      • getIdentifier

        public int getIdentifier()
      • getIndex

        public int getIndex()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • setHashCode

        public void setHashCode​(int hashCode)