public static interface Preprocessor.Path.Component<T>
| Modifier and Type | Interface and Description |
|---|---|
static class |
Preprocessor.Path.Component.Base<T> |
static class |
Preprocessor.Path.Component.Num |
static class |
Preprocessor.Path.Component.Text |
| Modifier and Type | Method and Description |
|---|---|
static Preprocessor.Path.Component |
num(int i) |
static Preprocessor.Path.Component |
text(String text) |
T |
value() |
T value()
static Preprocessor.Path.Component text(String text)
static Preprocessor.Path.Component num(int i)
Copyright © 2017. All rights reserved.