|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjbil.sequence.CharSymbol
public abstract class CharSymbol
Abstract class for symbols associated to a character (either atomic or higher order).
Constructor Summary | |
---|---|
CharSymbol()
|
Method Summary | |
---|---|
int |
arity()
The arity of a Symbols corresponds to the number of symbols matching it. |
abstract char |
charValue()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface jbil.sequence.Symbol |
---|
getMatches, isAtomic |
Constructor Detail |
---|
public CharSymbol()
Method Detail |
---|
public abstract char charValue()
public int arity()
Symbol
arity
in interface Symbol
public java.lang.String toString()
toString
in interface Symbol
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |