|
||||||||||
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.Pointing
public class Pointing
This is a token entity that recognize punctuation symbols.
CodesTable
Constructor Summary | |
---|---|
Pointing()
The constructor. |
Method Summary | |
---|---|
Token |
readPointing(char theChar,
CharReader reader)
Tries to recognize a punctuation symbol and return a token using this symbol. |
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 Pointing()
Method Detail |
---|
public Token readPointing(char theChar, CharReader reader)
theChar
- The symbol to be analyzed.reader
- The reader able to read characters from source.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |