Class CsmToken

    • Constructor Detail

      • CsmToken

        public CsmToken​(int tokenType)
      • CsmToken

        public CsmToken​(int tokenType,
                        String content)
    • Method Detail

      • getTokenType

        public int getTokenType()
      • getContent

        public String getContent​(Node node)
      • hashCode

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

        public boolean isWhiteSpace()
      • isNewLine

        public boolean isNewLine()