java_cup
public class reduce_action extends parse_action
Version: last updated: 11/25/95
| Field Summary | |
|---|---|
| protected production | _reduce_with The production we reduce with. |
| Constructor Summary | |
|---|---|
| reduce_action(production prod) Simple constructor. | |
| Method Summary | |
|---|---|
| boolean | equals(reduce_action other) Equality test. |
| boolean | equals(Object other) Generic equality test. |
| int | hashCode() Compute a hash code. |
| int | kind() Quick access to type of action. |
| production | reduce_with() The production we reduce with. |
| String | toString() Convert to string. |
Parameters: prod the production this action reduces with.