public class nonassoc_action extends parse_action
ERROR, NONASSOC, REDUCE, SHIFT| Constructor and Description |
|---|
nonassoc_action()
Simple constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other)
Generic equality test.
|
boolean |
equals(parse_action other)
Equality test.
|
int |
hashCode()
Compute a hash code.
|
int |
kind()
Quick access to type of action.
|
String |
toString()
Convert to string.
|
public nonassoc_action()
throws internal_error
internal_errorpublic int kind()
kind in class parse_actionpublic boolean equals(parse_action other)
equals in class parse_actionpublic boolean equals(Object other)
equals in class parse_actionpublic int hashCode()
hashCode in class parse_actionpublic String toString()
toString in class parse_actionCopyright © 2003–2016 Community Z Tools Project. All rights reserved.