Uses of Class
uk.ac.gla.dcs.renaissance.iqir.parser.ParseException

Packages that use ParseException
uk.ac.gla.dcs.renaissance.iqir.parser   
 

Uses of ParseException in uk.ac.gla.dcs.renaissance.iqir.parser
 

Methods in uk.ac.gla.dcs.renaissance.iqir.parser that return ParseException
 ParseException IQIRParser.generateParseException()
          Generate ParseException.
 

Methods in uk.ac.gla.dcs.renaissance.iqir.parser that throw ParseException
 Token IQIRParser.alphanumeric()
           alphanumeric ::= ALPHANUMERICS
 Operator IQIRParser.expr()
          Expression
expr: operators (("+" | "-") operators)*
 TopicOperator IQIRParser.iqirTopic()
          An IQIR topic is described by a set of tensors.
 MultiTermOperator IQIRParser.multiterms()
          A multiterms is a sequence of words
 Operator IQIRParser.operator()
           operator ::= ( ( LBRACKET operators RBRACKET ) | ( LPAREN expr RPAREN ) | ( QUOTES multiterms QUOTES ) )
 Mixture IQIRParser.operators(boolean superpose)
          Operators
 List<Operator> IQIRParser.tensors()
          tensor: either {} ops or
 TermOperator IQIRParser.word()
          A word is a sequence: of alphabetics, of digits, of digits preceeded by a negative (-) sign (a negative number).
 



Copyright © 2011. All Rights Reserved.