Class DnParserImplTokenManager
java.lang.Object
org.springframework.ldap.core.DnParserImplTokenManager
- All Implemented Interfaces:
DnParserImplConstants
@Deprecated
@NullUnmarked
public class DnParserImplTokenManager
extends Object
implements DnParserImplConstants
Deprecated.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected charDeprecated.Deprecated.Debug output.protected SimpleCharStreamDeprecated.static final int[]Deprecated.Lex State array.static final String[]Deprecated.Token literal values.static final String[]Deprecated.Lexer state names.Fields inherited from interface DnParserImplConstants
ALPHA, ATTRIBUTE_TYPE_STRING, ATTRVALUE, ATTRVALUE_S, BACKSLASHCHAR, DEFAULT, DIGIT, EOF, ESCAPEDSTART, HASHCHAR, HEXCHAR, HEXPAIR, LDAP_OID, LEADCHAR, PAIR, QUOTECHAR, SPACE, SPACED_EQUALS, SPACED_EQUALS_S, SPECIAL, STRINGCHAR, tokenImage, TRAILCHAR -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Constructor.DnParserImplTokenManager(SimpleCharStream stream, int lexState) Deprecated.Constructor. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Get the next Token.protected TokenDeprecated.voidReInit(SimpleCharStream stream) Deprecated.Reinitialise parser.voidReInit(SimpleCharStream stream, int lexState) Deprecated.Reinitialise parser.voidDeprecated.Set debug output.voidSwitchTo(int lexState) Deprecated.Switch to specified lex state.
-
Field Details
-
debugStream
-
jjstrLiteralImages
-
lexStateNames
-
jjnewLexState
public static final int[] jjnewLexStateDeprecated.Lex State array. -
input_stream
Deprecated. -
curChar
protected char curCharDeprecated.
-
-
Constructor Details
-
DnParserImplTokenManager
-
DnParserImplTokenManager
-
-
Method Details
-
setDebugStream
-
ReInit
-
ReInit
-
SwitchTo
public void SwitchTo(int lexState) Deprecated.Switch to specified lex state. -
jjFillToken
Deprecated. -
getNextToken
-
LdapNamealong with utility methods inLdapUtilsinstead.