public abstract class production_part extends Object
This is an abstract class.
production| Modifier and Type | Field and Description | 
|---|---|
| protected String | _labelOptional label for referring to the part within an action (null for 
  no label). | 
| Constructor and Description | 
|---|
| production_part(String lab)Simple constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object other)Generic equality comparison. | 
| boolean | equals(production_part other)Equality comparison. | 
| int | hashCode()Produce a hash code. | 
| abstract boolean | is_action()Indicate if this is an action (rather than a symbol). | 
| String | label()Optional label for referring to the part within an action (null for 
  no label). | 
| String | toString()Convert to a string. | 
protected String _label
public production_part(String lab)
public String label()
public abstract boolean is_action()
public boolean equals(production_part other)
public boolean equals(Object other)
Copyright © 2003–2016 Community Z Tools Project. All rights reserved.