Uses of Class
com.github.javaparser.JavaToken
Packages that use JavaToken
-
Uses of JavaToken in com.github.javaparser
Fields 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 TypeMethodDescriptionvoid
Inserts newToken into the token list just before this token.void
JavaToken.insertAfter(JavaToken newToken)
Inserts newToken into the token list just after this token.void
JavaToken.replaceToken(JavaToken newToken)
Replaces the current token with newToken.Constructors in com.github.javaparser with parameters of type JavaToken