Class Token
java.lang.Object
com.google.googlejavaformat.java.javadoc.Token
Javadoc token. Our idea of what constitutes a token is often larger or smaller than what you'd
naturally expect. The decision is usually pragmatic rather than theoretical. Most of the details
are in
JavadocLexer.-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
type
-
value
-
-
Constructor Details
-
Token
Token(Token.Type type, String value)
-
-
Method Details
-
getType
Token.Type getType() -
getValue
String getValue() -
length
int length() -
toString
-