public interface IndexedNonterminal extends Nonterminal
| Modifier and Type | Method and Description |
|---|---|
Index |
getIndex() |
IndexedNonterminal |
getWithIndex(List<IndexSymbol> index) |
IndexedNonterminal |
getWithProlongedIndex(IndexSymbol s) |
IndexedNonterminal |
getWithProlongedIndex(List<IndexSymbol> postfix)
removes the last symbol (indexVariable () or abstractIndexSymbol) and
adds all elements in postfix
|
IndexedNonterminal |
getWithShortenedIndex() |
getLabel, getRank, isReductionTentacle, setReductionTentacle, unsetReductionTentacleIndex getIndex()
IndexedNonterminal getWithShortenedIndex()
IndexedNonterminal getWithProlongedIndex(IndexSymbol s)
IndexedNonterminal getWithProlongedIndex(List<IndexSymbol> postfix)
postfix - The postfix to prolong the indexIndexedNonterminal getWithIndex(List<IndexSymbol> index)
Copyright © 2019. All rights reserved.