Uses of Class
de.jplag.Token

Packages that use Token
Package
Description
 
  • Uses of Token in de.jplag

    Methods in de.jplag that return Token
    Modifier and Type
    Method
    Description
    static Token
    Token.fileEnd(File file)
    Creates a token of type FILE_END without information about line, column, and length.
    static Token
    Token.semanticFileEnd(File file)
    Creates a token of type FILE_END without information about line, column, and length, but with semantic information.
    Methods in de.jplag that return types with arguments of type Token
    Modifier and Type
    Method
    Description
    default List<Token>
    Language.parse(Set<File> files)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Language.parse(Set<File> files, boolean normalize)
    Parses a set of files.
    Method parameters in de.jplag with type arguments of type Token
    Modifier and Type
    Method
    Description
    static String
    TokenPrinter.printTokens(List<Token> tokens)
    Creates a string representation of a set of files line by line and adds the tokens under the lines.
    static String
    TokenPrinter.printTokens(List<Token> tokens, File rootDirectory)
    Creates a string representation of a set of files line by line and adds the tokens under the lines.
    static String
    TokenPrinter.printTokens(List<Token> tokenList, File rootDirectory, Optional<String> suffix)
    Creates a string representation of a collection of files line by line and adds the tokens under the lines.