Uses of Class
com.steadystate.css.parser.Token

Packages that use Token
com.steadystate.css.parser   
 

Uses of Token in com.steadystate.css.parser
 

Fields in com.steadystate.css.parser declared as Token
 Token ParseException.currentToken
          This is the last token that has been consumed successfully.
 Token SACParserCSS21.jj_nt
          Next token.
 Token SACParserCSS1.jj_nt
          Next token.
 Token SACParserCSS2.jj_nt
          Next token.
 Token SACParserCSSmobileOKBasic1.jj_nt
          Next token.
 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 SACParserCSS21.token
          Current token.
 Token SACParserCSS1.token
          Current token.
 Token SACParserCSS2.token
          Current token.
 Token SACParserCSSmobileOKBasic1.token
          Current token.
 

Methods in com.steadystate.css.parser that return Token
 Token SACParserCSS2TokenManager.getNextToken()
          Get the next Token.
 Token SACParserCSS21.getNextToken()
          Get the next Token.
 Token SACParserCSS1.getNextToken()
          Get the next Token.
 Token SACParserCSS2.getNextToken()
          Get the next Token.
 Token SACParserCSSmobileOKBasic1.getNextToken()
          Get the next Token.
 Token SACParserCSS21TokenManager.getNextToken()
          Get the next Token.
 Token SACParserCSSmobileOKBasic1TokenManager.getNextToken()
          Get the next Token.
 Token SACParserCSS1TokenManager.getNextToken()
          Get the next Token.
protected  Token SACParserCSS21.getToken()
           
protected  Token SACParserCSS1.getToken()
           
protected  Token SACParserCSS2.getToken()
           
protected  Token SACParserCSSmobileOKBasic1.getToken()
           
 Token SACParserCSS21.getToken(int index)
          Get the specific Token.
 Token SACParserCSS1.getToken(int index)
          Get the specific Token.
 Token SACParserCSS2.getToken(int index)
          Get the specific Token.
 Token SACParserCSSmobileOKBasic1.getToken(int index)
          Get the specific Token.
protected  Token SACParserCSS2TokenManager.jjFillToken()
           
protected  Token SACParserCSS21TokenManager.jjFillToken()
           
protected  Token SACParserCSSmobileOKBasic1TokenManager.jjFillToken()
           
protected  Token SACParserCSS1TokenManager.jjFillToken()
           
static Token Token.newToken(int ofKind)
           
static Token Token.newToken(int ofKind, String image)
          Returns a new Token object, by default.
 

Constructors in com.steadystate.css.parser with parameters of type Token
ParseException(Token currentTokenVal, int[][] expectedTokenSequencesVal, String[] tokenImageVal)
          This constructor is used by the method "generateParseException" in the generated parser.
 



Copyright © 2011. All Rights Reserved.