public class

DateExpressionParserTokenManager

extends Object
implements DateExpressionParserConstants
java.lang.Object
   ↳ org.mule.module.netsuite.api.model.expression.date.parser.DateExpressionParserTokenManager

Class Overview

Token Manager.

Summary

[Expand]
Inherited Constants
From interface org.mule.module.netsuite.api.model.expression.date.parser.DateExpressionParserConstants
Fields
protected char curChar
int curLexState
public PrintStream debugStream Debug output.
int defaultLexState
protected SimpleCharStream input_stream
static final long[] jjbitVec0
int jjmatchedKind
int jjmatchedPos
int jjnewStateCnt
static final int[] jjnextStates
int jjround
private final int[] jjrounds
private final int[] jjstateSet
public static final String[] jjstrLiteralImages Token literal values.
static final long[] jjtoSkip
static final long[] jjtoToken
public static final String[] lexStateNames Lexer state names.
[Expand]
Inherited Fields
From interface org.mule.module.netsuite.api.model.expression.date.parser.DateExpressionParserConstants
Public Constructors
DateExpressionParserTokenManager(SimpleCharStream stream)
Constructor.
DateExpressionParserTokenManager(SimpleCharStream stream, int lexState)
Constructor.
Public Methods
void ReInit(SimpleCharStream stream, int lexState)
Reinitialise parser.
void ReInit(SimpleCharStream stream)
Reinitialise parser.
void SwitchTo(int lexState)
Switch to specified lex state.
Token getNextToken()
Get the next Token.
void setDebugStream(PrintStream ds)
Set debug output.
Protected Methods
Token jjFillToken()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected char curChar

int curLexState

public PrintStream debugStream

Debug output.

int defaultLexState

protected SimpleCharStream input_stream

static final long[] jjbitVec0

int jjmatchedKind

int jjmatchedPos

int jjnewStateCnt

static final int[] jjnextStates

int jjround

private final int[] jjrounds

private final int[] jjstateSet

public static final String[] jjstrLiteralImages

Token literal values.

static final long[] jjtoSkip

static final long[] jjtoToken

public static final String[] lexStateNames

Lexer state names.

Public Constructors

public DateExpressionParserTokenManager (SimpleCharStream stream)

Constructor.

Parameters
stream

public DateExpressionParserTokenManager (SimpleCharStream stream, int lexState)

Constructor.

Parameters
stream
lexState

Public Methods

public void ReInit (SimpleCharStream stream, int lexState)

Reinitialise parser.

Parameters
stream
lexState

public void ReInit (SimpleCharStream stream)

Reinitialise parser.

Parameters
stream

public void SwitchTo (int lexState)

Switch to specified lex state.

Parameters
lexState

public Token getNextToken ()

Get the next Token.

public void setDebugStream (PrintStream ds)

Set debug output.

Parameters
ds

Protected Methods

protected Token jjFillToken ()