Uses of Class
qat.parser.qashparser.QASHToken

Packages that use QASHToken
qat.parser.qashparser   
 

Uses of QASHToken in qat.parser.qashparser
 

Fields in qat.parser.qashparser declared as QASHToken
 QASHToken QASHTree.value
           
 

Methods in qat.parser.qashparser that return QASHToken
 QASHToken QASHToken.append(QASHToken token)
           
 

Methods in qat.parser.qashparser with parameters of type QASHToken
 void QASHParser.setProperty(QASHToken key, QASHToken value)
           
 void QASHParser.setProperty(QASHToken key, java.lang.String value)
           
 void QASHParser.removeProperty(QASHToken key)
           
static char QASHToken.getTTYPE(QASHToken token)
          This method will return TT_STRING OR TT_NUMBER * based on the value of the token.
 int QASHToken.compareTo(QASHToken t)
           
 QASHToken QASHToken.append(QASHToken token)
           
 

Constructors in qat.parser.qashparser with parameters of type QASHToken
QASHTree(QASHTree parent, QASHToken value)
           
QASHTree(QASHToken value)
           
 



See QAT project for licensing details