public class parse_action_row extends Object
| Modifier and Type | Field and Description | 
|---|---|
| protected static int | _sizeNumber of columns (terminals) in every row. | 
| int | default_reduceDefault (reduce) action for this row. | 
| protected static int[] | reduction_countTable of reduction counts (reused by compute_default()). | 
| parse_action[] | under_termActual 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.