NIST SIP Parser and Stack (v1.2) API

Uses of Class
gov.nist.core.Token

Packages that use Token
gov.nist.core Contains core classes that the rest of the implementation depends upon.  
 

Uses of Token in gov.nist.core
 

Methods in gov.nist.core that return Token
 Token LexerCore.getNextToken()
           
 Token LexerCore.peekNextToken()
          Look ahead for one token.
 Token LexerCore.match(int tok)
          Match the given token or throw an exception if no such token can be matched.
 


NIST SIP Parser and Stack (v1.2) API

A product of the NIST/ITL Advanced Networking Technologies Division.
See conditions of use.
Get the latest distribution.
Submit a bug report or feature request.