Orbital library

Uses of Class
orbital.moon.logic.Token

Packages that use Token
orbital.moon.logic Contains implementations of some logics as well as a logic and mathematical expression parser. 
 

Uses of Token in orbital.moon.logic
 

Fields in orbital.moon.logic declared as Token
 Token ParseException.currentToken
          This is the last token that has been consumed successfully.
 Token LogicParser.jj_nt
           
 Token Token.next
          A reference to the next regular (non-special) token from the input stream.
 Token Token.specialToken
          This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
 Token LogicParser.token
           
 

Methods in orbital.moon.logic that return Token
 Token LogicParserTokenManager.getNextToken()
           
 Token LogicParser.getNextToken()
           
 Token LogicParser.getToken(int index)
           
protected  Token LogicParserTokenManager.jjFillToken()
           
static Token Token.newToken(int ofKind)
          Returns a new Token object, by default.
 

Methods in orbital.moon.logic with parameters of type Token
protected  Expression LogicParser.apply(Token optok, Expression[] a, Type reqResult)
          n-ary predicates or functions.
protected  Expression LogicParser.combine(Token optok, Expression[] a)
           
protected  Expression LogicParser.combine(Token optok, Symbol x, Expression a)
          quantifiers.
 

Constructors in orbital.moon.logic with parameters of type Token
ParseException(Token currentTokenVal, int[][] expectedTokenSequencesVal, java.lang.String[] tokenImageVal)
          This constructor is used by the method "generateParseException" in the generated parser.
 


Orbital library
1.3.0: 11 Apr 2009

Copyright © 1996-2009 André Platzer
All Rights Reserved.