@PublicApi public class IgnoredChar extends java.lang.Object implements java.io.Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
IgnoredChar.IgnoredCharKind |
| Constructor and Description |
|---|
IgnoredChar(java.lang.String value,
IgnoredChar.IgnoredCharKind kind,
SourceLocation sourceLocation) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
IgnoredChar.IgnoredCharKind |
getKind() |
SourceLocation |
getSourceLocation() |
java.lang.String |
getValue() |
int |
hashCode() |
java.lang.String |
toString() |
public IgnoredChar(java.lang.String value,
IgnoredChar.IgnoredCharKind kind,
SourceLocation sourceLocation)
public java.lang.String getValue()
public IgnoredChar.IgnoredCharKind getKind()
public SourceLocation getSourceLocation()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object