@PublicApi public class IgnoredChars extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static IgnoredChars |
EMPTY |
Constructor and Description |
---|
IgnoredChars(List<IgnoredChar> left,
List<IgnoredChar> right) |
Modifier and Type | Method and Description |
---|---|
List<IgnoredChar> |
getLeft() |
List<IgnoredChar> |
getRight() |
public static final IgnoredChars EMPTY
public IgnoredChars(List<IgnoredChar> left, List<IgnoredChar> right)
public List<IgnoredChar> getLeft()
public List<IgnoredChar> getRight()
Copyright © 2019. All rights reserved.