Spring LDAP Framework

Uses of Class
org.springframework.ldap.core.Token

Packages that use Token
org.springframework.ldap.core Core package of the JNDI/LDAP support. 
 

Uses of Token in org.springframework.ldap.core
 

Fields in org.springframework.ldap.core declared as Token
 Token ParseException.currentToken
          This is the last token that has been consumed successfully.
 Token DnParserImpl.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 DnParserImpl.token
          Current token.
 

Methods in org.springframework.ldap.core that return Token
 Token DnParserImplTokenManager.getNextToken()
          Get the next Token.
 Token DnParserImpl.getNextToken()
          Get the next Token.
 Token DnParserImpl.getToken(int index)
          Get the specific Token.
protected  Token DnParserImplTokenManager.jjFillToken()
           
static Token Token.newToken(int ofKind)
           
static Token Token.newToken(int ofKind, String image)
          Returns a new Token object, by default.
 

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


Spring LDAP Framework

Copyright © 2005-2010 The Spring LDAP Framework. All Rights Reserved.