java_cup
public class action_part extends production_part
Version: last update: 11/25/95
See Also: production
| Field Summary | |
|---|---|
| protected String | _code_string String containing code for the action in question. |
| Constructor Summary | |
|---|---|
| action_part(String code_str) Simple constructor. | |
| Method Summary | |
|---|---|
| String | code_string() String containing code for the action in question. |
| boolean | equals(action_part other) Equality comparison for properly typed object. |
| boolean | equals(Object other) Generic equality comparison. |
| int | hashCode() Produce a hash code. |
| boolean | is_action() Override to report this object as an action. |
| void | set_code_string(String new_str) Set the code string. |
| String | toString() Convert to a string. |
Parameters: code_str string containing the actual user code.