public class parse_action extends Object
reduce_action, 
shift_action| Modifier and Type | Field and Description | 
|---|---|
| static int | ERRORConstant for action type -- error action. | 
| static int | NONASSOCConstants for action type -- reduce action. | 
| static int | REDUCEConstants for action type -- reduce action. | 
| static int | SHIFTConstant for action type -- shift action. | 
| Constructor and Description | 
|---|
| parse_action()Simple constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object other)Generic equality test. | 
| boolean | equals(parse_action other)Equality test. | 
| int | hashCode()Compute a hash code. | 
| int | kind()Quick access to the type -- base class defaults to error. | 
| String | toString()Convert to string. | 
public static final int ERROR
public static final int SHIFT
public static final int REDUCE
public static final int NONASSOC
public int kind()
public boolean equals(parse_action other)
Copyright © 2003–2016 Community Z Tools Project. All rights reserved.