Modifier and Type | Field and Description |
---|---|
protected action_part |
production._action
An action_part containing code for the action to be performed when we
reduce with this production.
|
Modifier and Type | Method and Description |
---|---|
action_part |
production.action()
An action_part containing code for the action to be performed when we
reduce with this production.
|
protected action_part |
production.strip_trailing_action(production_part[] rhs_parts,
int len)
Helper routine to strip a trailing action off rhs and return it
|
Modifier and Type | Method and Description |
---|---|
boolean |
action_part.equals(action_part other)
Equality comparison for properly typed object.
|
Copyright © 2003–2016 Community Z Tools Project. All rights reserved.