Modifier and Type | Field and Description |
---|---|
private final boolean | |
private final boolean | |
public final List | |
public final char | |
public Delimiter | |
private final int | |
public Delimiter |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public boolean | |
public boolean | |
public Text | |
public Iterable | getClosers(int length)
Implements jdk. Get the closing delimiter nodes for the specified length of delimiters. |
public Text | |
public Iterable | getOpeners(int length)
Implements jdk. Get the opening delimiter nodes for the specified length of delimiters. |
public int | |
public int |
canClose | back to summary |
---|---|
private final boolean canClose |
canOpen | back to summary |
---|---|
private final boolean canOpen |
characters | back to summary |
---|---|
public final List<Text> characters |
delimiterChar | back to summary |
---|---|
public final char delimiterChar |
next | back to summary |
---|---|
public Delimiter next |
originalLength | back to summary |
---|---|
private final int originalLength |
previous | back to summary |
---|---|
public Delimiter previous |
Delimiter | back to summary |
---|---|
public Delimiter(List<Text> characters, char delimiterChar, boolean canOpen, boolean canClose, Delimiter previous) |
canClose | back to summary |
---|---|
public boolean canClose() Implements jdk.
|
canOpen | back to summary |
---|---|
public boolean canOpen() Implements jdk.
|
getCloser | back to summary |
---|---|
public Text getCloser() Implements jdk.
|
getClosers | back to summary |
---|---|
public Iterable Implements jdk. Doc from jdk. Get the closing delimiter nodes for the specified length of delimiters. Length must be between 1 and
For example, for a delimiter run
|
getOpener | back to summary |
---|---|
public Text getOpener() Implements jdk.
|
getOpeners | back to summary |
---|---|
public Iterable Implements jdk. Doc from jdk. Get the opening delimiter nodes for the specified length of delimiters. Length must be between 1 and
For example, for a delimiter run
|
length | back to summary |
---|---|
public int length() Implements jdk.
|
originalLength | back to summary |
---|---|
public int originalLength() Implements jdk.
|