Uses of Class
sisc.data.SchemeCharacter

Packages that use SchemeCharacter
sisc.reader   
sisc.util   
 

Uses of SchemeCharacter in sisc.reader
 

Methods in sisc.reader that return SchemeCharacter
static SchemeCharacter CharUtil.namedConstToChar(java.lang.String namedCharConstant)
          Converts a human readable character name into the SchemeCharacter it represents.
 

Methods in sisc.reader with parameters of type SchemeCharacter
static java.lang.String CharUtil.charToNamedConst(SchemeCharacter c)
          Retreives the human readable character name of the given SchemeCharacter
 

Uses of SchemeCharacter in sisc.util
 

Methods in sisc.util that return SchemeCharacter
static SchemeCharacter Util.chr(Value o)