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_error
public int kind()
kind
in class parse_action
public boolean equals(parse_action other)
equals
in class parse_action
public boolean equals(Object other)
equals
in class parse_action
public int hashCode()
hashCode
in class parse_action
public String toString()
toString
in class parse_action
Copyright © 2003–2016 Community Z Tools Project. All rights reserved.