Package | Description |
---|---|
io.vertx.codegen.doc |
Modifier and Type | Class and Description |
---|---|
static class |
Token.InlineTag |
static class |
Token.LineBreak |
static class |
Token.Text |
Modifier and Type | Method and Description |
---|---|
List<Token> |
Doc.getTokens() |
List<Token> |
Text.getTokens() |
static Function<Token,Token> |
Token.tagMapper(Elements elementUtils,
Types typeUtils,
TypeElement ownerElt)
Create a tag mapper that remaps tags with extra contexutal info like @link tags.
|
static Function<Token,Token> |
Token.tagMapper(Elements elementUtils,
Types typeUtils,
TypeElement ownerElt)
Create a tag mapper that remaps tags with extra contexutal info like @link tags.
|
static List<Token> |
Token.tokenize(String s)
Tokenize the string.
|
Modifier and Type | Method and Description |
---|---|
Text |
Text.map(Function<Token,Token> mapping)
Returns a new text object with tokens mapped by the
mapper function. |
Text |
Text.map(Function<Token,Token> mapping)
Returns a new text object with tokens mapped by the
mapper function. |
Copyright © 2017. All rights reserved.