|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HighOrderSymbol
A high order symbol is a symbol that matches zero or more atomic symbols.
Method Summary | |
---|---|
void |
addMatch(AtomicSymbol match)
Adds an atomic symbol to the alphabet of symbols matched by this symbol. |
void |
addMatches(java.util.List<AtomicSymbol> matches)
Adds a list of atomic symbols to the alphabet of symbols matched by this symbol. |
Methods inherited from interface jbil.sequence.Symbol |
---|
arity, getMatches, isAtomic, toString |
Method Detail |
---|
void addMatch(AtomicSymbol match)
void addMatches(java.util.List<AtomicSymbol> matches)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |