Uses of Class
de.jplag.Token
Packages that use Token
-
Uses of Token in de.jplag
Modifier and TypeMethodDescriptionstatic TokenCreates a token of typeFILE_ENDwithout information about line, column, and length.static TokenToken.semanticFileEnd(File file) Creates a token of typeFILE_ENDwithout information about line, column, and length, but with semantic information.Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Parses a set of files.Modifier and TypeMethodDescriptionstatic StringTokenPrinter.printTokens(List<Token> tokens) Creates a string representation of a set of files line by line and adds the tokens under the lines.static StringTokenPrinter.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 StringCreates a string representation of a collection of files line by line and adds the tokens under the lines.
Language.parse(Set, boolean)