Uses of Class
edu.stanford.smi.protegex.owl.compactparser.Token

Packages that use Token
edu.stanford.smi.protegex.owl.compactparser   
 

Uses of Token in edu.stanford.smi.protegex.owl.compactparser
 

Fields in edu.stanford.smi.protegex.owl.compactparser declared as Token
 Token OWLCompactParser.token
          Deprecated.  
 Token OWLCompactParser.jj_nt
          Deprecated.  
private  Token OWLCompactParser.jj_scanpos
          Deprecated.  
private  Token OWLCompactParser.jj_lastpos
          Deprecated.  
(package private)  Token OWLCompactParser.JJCalls.first
           
 Token ParseException.currentToken
          This is the last token that has been consumed successfully.
 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.
 

Methods in edu.stanford.smi.protegex.owl.compactparser that return Token
private  Token OWLCompactParser.jj_consume_token(int kind)
          Deprecated.  
 Token OWLCompactParser.getNextToken()
          Deprecated.  
 Token OWLCompactParser.getToken(int index)
          Deprecated.  
protected  Token OWLCompactParserTokenManager.jjFillToken()
           
 Token OWLCompactParserTokenManager.getNextToken()
           
static Token Token.newToken(int ofKind)
          Returns a new Token object, by default.
 

Methods in edu.stanford.smi.protegex.owl.compactparser with parameters of type Token
(package private)  void OWLCompactParserTokenManager.SkipLexicalActions(Token matchedToken)
           
 

Constructors in edu.stanford.smi.protegex.owl.compactparser with parameters of type Token
ParseException(Token currentTokenVal, int[][] expectedTokenSequencesVal, String[] tokenImageVal)
          This constructor is used by the method "generateParseException" in the generated parser.