Uses of Class
com.github.javaparser.JavaToken
Packages that use JavaToken
-
Uses of JavaToken in com.github.javaparser
Classes in com.github.javaparser that implement interfaces with type arguments of type JavaTokenFields in com.github.javaparser declared as JavaTokenMethods in com.github.javaparser that return JavaTokenModifier and TypeMethodDescriptionJavaToken.findFirstToken()JavaToken.findLastToken()TokenRange.getBegin()TokenRange.getEnd()Methods in com.github.javaparser that return types with arguments of type JavaTokenModifier and TypeMethodDescriptionJavaToken.getNextToken()JavaToken.getPreviousToken()TokenRange.iterator()Methods in com.github.javaparser with parameters of type JavaTokenModifier and TypeMethodDescriptionvoidInserts newToken into the token list just before this token.voidJavaToken.insertAfter(JavaToken newToken) Inserts newToken into the token list just after this token.voidJavaToken.replaceToken(JavaToken newToken) Replaces the current token with newToken.Constructors in com.github.javaparser with parameters of type JavaToken -
Uses of JavaToken in com.github.javaparser.printer.lexicalpreservation
Methods in com.github.javaparser.printer.lexicalpreservation that return JavaToken