Uses of Class
com.google.errorprone.util.ErrorProneToken
Packages that use ErrorProneToken
-
Uses of ErrorProneToken in com.google.errorprone
Methods in com.google.errorprone that return types with arguments of type ErrorProneTokenModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList<ErrorProneToken> VisitorState.getOffsetTokens(int start, int end) Returns the list ofTokens.Tokens for source code between the given positions, offset by the start position.com.google.common.collect.ImmutableList<ErrorProneToken> VisitorState.getOffsetTokensForNode(Tree tree) Returns the list ofTokens.Tokens for the givenJCTree, offset by the start position of the tree within the overall source.com.google.common.collect.ImmutableList<ErrorProneToken> VisitorState.getTokensForNode(Tree tree) Returns the list ofTokens.Tokens for the givenJCTree. -
Uses of ErrorProneToken in com.google.errorprone.util
Methods in com.google.errorprone.util that return types with arguments of type ErrorProneTokenModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList<ErrorProneToken> ErrorProneTokens.getTokens()static com.google.common.collect.ImmutableList<ErrorProneToken> Returns the tokens for the given source text, including comments, indicating the offset of the source within the overall file.static com.google.common.collect.ImmutableList<ErrorProneToken> Returns the tokens for the given source text, including comments.