public interface Nonterminal extends NodeLabel
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel() |
int |
getRank() |
boolean |
isReductionTentacle(int tentacle) |
void |
setReductionTentacle(int tentacle) |
void |
unsetReductionTentacle(int tentacle) |
int getRank()
boolean isReductionTentacle(int tentacle)
tentacle - The position in the sequence of attached nodes that should be checked.void setReductionTentacle(int tentacle)
tentacle - The position in the sequence of attached nodes that should be marked
as a reduction tentacle.void unsetReductionTentacle(int tentacle)
tentacle - The position in the sequence of attached nodes that should be marked
as "not a reduction tentacle".String getLabel()
Copyright © 2018. All rights reserved.