@PublicApi public class IgnoredChars extends java.lang.Object implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static IgnoredChars |
EMPTY |
| Constructor and Description |
|---|
IgnoredChars(java.util.List<IgnoredChar> left,
java.util.List<IgnoredChar> right) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IgnoredChar> |
getLeft() |
java.util.List<IgnoredChar> |
getRight() |
public static final IgnoredChars EMPTY
public IgnoredChars(java.util.List<IgnoredChar> left, java.util.List<IgnoredChar> right)
public java.util.List<IgnoredChar> getLeft()
public java.util.List<IgnoredChar> getRight()