public class Symbol extends Object
| Modifier and Type | Field and Description |
|---|---|
int[] |
alternatives
productions for this symbol
|
int[][] |
userOfs
ofsets in the using productions.
|
int[] |
users
productions using this symbol.
|
| Constructor and Description |
|---|
Symbol(int[] alternatives,
int[] users,
int[][] userOfs) |
Copyright © 1998–2017 1&1. All rights reserved.