|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ourgrid.common.spec.token.Token
org.ourgrid.common.spec.token.Parenthetic
public class Parenthetic
It is a Token object that is recognized as an Parenthetic at the CodesTable.
Constructor Summary | |
---|---|
Parenthetic()
|
Method Summary | |
---|---|
Token |
readParantizer(char theChar,
CharReader reader)
Checks if the character passed as paramether is a Parenthetic. |
Methods inherited from class org.ourgrid.common.spec.token.Token |
---|
getCode, getLine, getSymbol, setCode, setLine, setSymbol, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Parenthetic()
Method Detail |
---|
public Token readParantizer(char theChar, CharReader reader)
theChar
- - Is the character that has to be checked.reader
- - Is the reader that is able to read characters from
source.
CodesTable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |