|
||||||||||
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.Operator
public class Operator
It is a Token object that is recognized as an Operator at the CodesTable
CodesTable
Constructor Summary | |
---|---|
Operator()
|
Method Summary | |
---|---|
Token |
readOperator(char theChar,
CharReader reader)
Check if the character passed as parameter initializes an Operator. |
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 Operator()
Method Detail |
---|
public Token readOperator(char theChar, CharReader reader) throws java.io.IOException
theChar
- - Is the char that begins a word that has to be checkedreader
- - Is the reader that marks the point where is the character
to be read.
java.io.IOException
CodesTable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |