public class parse_action_row extends Object
Modifier and Type | Field and Description |
---|---|
protected static int |
_size
Number of columns (terminals) in every row.
|
int |
default_reduce
Default (reduce) action for this row.
|
protected static int[] |
reduction_count
Table of reduction counts (reused by compute_default()).
|
parse_action[] |
under_term
Actual action entries for the row.
|
Constructor and Description |
---|
parse_action_row()
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
static void |
clear() |
void |
compute_default()
Compute the default (reduce) action for this row and store it in
default_reduce.
|
static int |
size()
Number of columns (terminals) in every row.
|
protected static int _size
protected static int[] reduction_count
public parse_action[] under_term
public int default_reduce
public parse_action_row()
public static int size()
public static void clear()
public void compute_default()
Copyright © 2003–2016 Community Z Tools Project. All rights reserved.