Package | Description |
---|---|
com.google.googlejavaformat | |
com.google.googlejavaformat.java |
Modifier and Type | Method and Description |
---|---|
abstract NavigableMap<Integer,? extends Input.Token> |
Input.getPositionTokenMap()
Get the navigable map from position to
Input.Token . |
abstract ImmutableList<? extends Input.Token> |
Input.getTokens()
Get the input tokens.
|
Modifier and Type | Method and Description |
---|---|
ImmutableList<? extends Input.Token> |
JavaInput.getTokens()
Get the input tokens.
|
Modifier and Type | Method and Description |
---|---|
static Input.Tok |
JavaOutput.endTok(Input.Token token)
The last non-whitespace Tok in the Token.
|
static int |
JavaOutput.startPosition(Input.Token token)
The earliest position of any Tok in the Token, including leading whitespace.
|
static Input.Tok |
JavaOutput.startTok(Input.Token token)
The earliest non-whitespace Tok in the Token.
|
Copyright © 2015–2016 Google Inc.. All rights reserved.