public static final class BasicNonterminal.Factory extends Object
| Constructor and Description |
|---|
Factory() |
| Modifier and Type | Method and Description |
|---|---|
BasicNonterminal |
create(String label,
int rank,
boolean[] isReductionTentacle)
Method to create nonterminal symbols.
|
BasicNonterminal |
get(String name) |
public BasicNonterminal get(String name)
public BasicNonterminal create(String label, int rank, boolean[] isReductionTentacle)
label - The label of the requested nonterminal symbol.rank - The rank of the requested nonterminal symbol.isReductionTentacle - An array of length rank that determines for every tentacle whether it is a
reduction tentacle (value true) or not (value false).Copyright © 2018. All rights reserved.