Class TokensAnnotation

    • Constructor Detail

      • TokensAnnotation

        public TokensAnnotation​(Tokens tokens)
    • Method Detail

      • setTokens

        public void setTokens​(Tokens tokens)
      • getTokens

        public Tokens getTokens()
      • getFilteredList

        public Tokens getFilteredList​(String... tokenTypes)
      • addTokens

        public void addTokens​(Tokens tokens)
      • toString

        public String toString()
        Description copied from interface: IAnnotation
        Gets a human readable representation of this annotation.
        Specified by:
        toString in interface IAnnotation
        Overrides:
        toString in class Object
        Returns:
        a human readable representation of this annotation.