public class PlaceHolder
| Modifier and Type | Class and Description |
|---|---|
static class |
PlaceHolder.Companion |
static class |
PlaceHolder.Rule |
| Modifier and Type | Field and Description |
|---|---|
static PlaceHolder.Companion |
Companion |
| Constructor and Description |
|---|
PlaceHolder(int index,
java.lang.String name,
boolean ignore) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getIgnore() |
int |
getIndex() |
java.lang.String |
getName() |
void |
setIgnore(boolean p) |
public static PlaceHolder.Companion Companion