public class action_part extends production_part
production
Modifier and Type | Field and Description |
---|---|
protected String |
_code_string
String containing code for the action in question.
|
_label
Constructor and Description |
---|
action_part(String code_str)
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
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.
|
equals, label
protected String _code_string
public action_part(String code_str)
code_str
- string containing the actual user code.public String code_string()
public void set_code_string(String new_str)
public boolean is_action()
is_action
in class production_part
public boolean equals(action_part other)
public boolean equals(Object other)
equals
in class production_part
public int hashCode()
hashCode
in class production_part
public String toString()
toString
in class production_part
Copyright © 2003–2016 Community Z Tools Project. All rights reserved.