Uses of Class
byucc.jhdl.platforms.util.readback.Xilinx.Virtex.Token

Packages that use Token
byucc.jhdl.platforms.util.readback.Xilinx.Virtex   
 

Uses of Token in byucc.jhdl.platforms.util.readback.Xilinx.Virtex
 

Fields in byucc.jhdl.platforms.util.readback.Xilinx.Virtex declared as 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 LL_Virtex.token
           
 Token LL_Virtex.jj_nt
           
 Token XDL_Virtex.token
           
 Token XDL_Virtex.jj_nt
           
 Token ParseException.currentToken
          This is the last token that has been consumed successfully.
 Token MRP_Virtex.token
           
 Token MRP_Virtex.jj_nt
           
 

Methods in byucc.jhdl.platforms.util.readback.Xilinx.Virtex that return Token
static Token Token.newToken(int ofKind)
          Returns a new Token object, by default.
 Token LL_Virtex.getNextToken()
           
 Token LL_Virtex.getToken(int index)
           
 Token XDL_Virtex.getNextToken()
           
 Token XDL_Virtex.getToken(int index)
           
protected  Token MRP_VirtexTokenManager.jjFillToken()
           
 Token MRP_VirtexTokenManager.getNextToken()
           
protected  Token LL_VirtexTokenManager.jjFillToken()
           
 Token LL_VirtexTokenManager.getNextToken()
           
protected  Token XDL_VirtexTokenManager.jjFillToken()
           
 Token XDL_VirtexTokenManager.getNextToken()
           
 Token MRP_Virtex.getNextToken()
           
 Token MRP_Virtex.getToken(int index)
           
 

Constructors in byucc.jhdl.platforms.util.readback.Xilinx.Virtex 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.
 



Copyright ? 2006 Brigham Young University, Configurable Computing Laboratory. All Rights Reserved.