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

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

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

Fields in byucc.jhdl.platforms.util.readback.Xilinx.Virtex2 declared as Token
 Token MRP_Virtex2.token
           
 Token MRP_Virtex2.jj_nt
           
 Token XDL_Virtex2.token
           
 Token XDL_Virtex2.jj_nt
           
 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.
 Token LL_Virtex2.token
           
 Token LL_Virtex2.jj_nt
           
 

Methods in byucc.jhdl.platforms.util.readback.Xilinx.Virtex2 that return Token
 Token MRP_Virtex2.getNextToken()
           
 Token MRP_Virtex2.getToken(int index)
           
protected  Token LL_Virtex2TokenManager.jjFillToken()
           
 Token LL_Virtex2TokenManager.getNextToken()
           
protected  Token MRP_Virtex2TokenManager.jjFillToken()
           
 Token MRP_Virtex2TokenManager.getNextToken()
           
 Token XDL_Virtex2.getNextToken()
           
 Token XDL_Virtex2.getToken(int index)
           
protected  Token XDL_Virtex2TokenManager.jjFillToken()
           
 Token XDL_Virtex2TokenManager.getNextToken()
           
static Token Token.newToken(int ofKind)
          Returns a new Token object, by default.
 Token LL_Virtex2.getNextToken()
           
 Token LL_Virtex2.getToken(int index)
           
 

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