@PublicApi public class IgnoredChar extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
IgnoredChar.IgnoredCharKind |
Constructor and Description |
---|
IgnoredChar(String value,
IgnoredChar.IgnoredCharKind kind,
SourceLocation sourceLocation) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
IgnoredChar.IgnoredCharKind |
getKind() |
SourceLocation |
getSourceLocation() |
String |
getValue() |
int |
hashCode() |
String |
toString() |
public IgnoredChar(String value, IgnoredChar.IgnoredCharKind kind, SourceLocation sourceLocation)
public String getValue()
public IgnoredChar.IgnoredCharKind getKind()
public SourceLocation getSourceLocation()
Copyright © 2019. All rights reserved.