Uses of Class
org.ourgrid.common.spec.io.CharReader

Packages that use CharReader
org.ourgrid.common.spec.token   
 

Uses of CharReader in org.ourgrid.common.spec.token
 

Methods in org.ourgrid.common.spec.token with parameters of type CharReader
static boolean StringToken.isEndOfWord(char theChar, CharReader reader)
          Tells if the next chararacter is a symbol that defines the end of a string for the commom lexical compiler.
 Token Operator.readOperator(char theChar, CharReader reader)
          Check if the character passed as parameter initializes an Operator.
 Token Parenthetic.readParantizer(char theChar, CharReader reader)
          Checks if the character passed as paramether is a Parenthetic.
 Token Pointing.readPointing(char theChar, CharReader reader)
          Tries to recognize a punctuation symbol and return a token using this symbol.
 Token StringToken.readString(CharReader reader, TokenDelimiter delimiters)
          Generalizes the token reading process when considering the token delimiters desired.
 Token StringToken.readStringToken(java.lang.String firstPart, CharReader reader)
          Check if the character passed as paramether is part of a string.