public class parse_action extends Object
reduce_action
,
shift_action
Modifier and Type | Field and Description |
---|---|
static int |
ERROR
Constant for action type -- error action.
|
static int |
NONASSOC
Constants for action type -- reduce action.
|
static int |
REDUCE
Constants for action type -- reduce action.
|
static int |
SHIFT
Constant 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.