public static class PrecedenceClimbingParser.Token extends Object
| Modifier and Type | Field and Description |
|---|---|
@Nullable Object |
o |
PrecedenceClimbingParser.Type |
type |
| Modifier and Type | Method and Description |
|---|---|
PrecedenceClimbingParser.Token |
copy() |
@Nullable Object |
o()
Returns
o. |
protected StringBuilder |
print(StringBuilder b) |
String |
toString() |
public final PrecedenceClimbingParser.Type type
public final @Nullable Object o
public @Nullable Object o()
o.protected StringBuilder print(StringBuilder b)
public PrecedenceClimbingParser.Token copy()
Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.