Public Member Functions | Static Public Attributes | Package Functions | Package Attributes

antlr.debug.InputBufferEvent Class Reference

Inheritance diagram for antlr.debug.InputBufferEvent:
antlr.debug.Event

List of all members.

Public Member Functions

 InputBufferEvent (Object source)
 InputBufferEvent (Object source, int type, char c, int lookaheadAmount)
char getChar ()
int getLookaheadAmount ()
String toString ()

Static Public Attributes

static final int CONSUME = 0
static final int LA = 1
static final int MARK = 2
static final int REWIND = 3

Package Functions

void setChar (char c)
void setLookaheadAmount (int la)
void setValues (int type, char c, int la)

Package Attributes

char c
int lookaheadAmount

Constructor & Destructor Documentation

antlr.debug.InputBufferEvent.InputBufferEvent ( Object  source  ) 

CharBufferEvent constructor comment.

Parameters:
source java.lang.Object
antlr.debug.InputBufferEvent.InputBufferEvent ( Object  source,
int  type,
char  c,
int  lookaheadAmount 
)

CharBufferEvent constructor comment.

Parameters:
source java.lang.Object

References antlr.debug.InputBufferEvent.setValues().


Member Function Documentation

char antlr.debug.InputBufferEvent.getChar (  ) 
int antlr.debug.InputBufferEvent.getLookaheadAmount (  ) 
void antlr.debug.InputBufferEvent.setChar ( char  c  )  [package]
void antlr.debug.InputBufferEvent.setLookaheadAmount ( int  la  )  [package]

Member Data Documentation

final int antlr.debug.InputBufferEvent.LA = 1 [static]
final int antlr.debug.InputBufferEvent.MARK = 2 [static]
final int antlr.debug.InputBufferEvent.REWIND = 3 [static]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties