| Modifier and Type | Class and Description |
|---|---|
class |
JavaCharStream
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (with java-like unicode escape processing).
|
class |
SimpleCharStream
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing).
|
| Modifier and Type | Field and Description |
|---|---|
protected CharStream |
CppParserTokenManager.input_stream |
| Modifier and Type | Method and Description |
|---|---|
void |
CppParserTokenManager.ReInit(CharStream stream)
Reinitialise parser.
|
void |
CppParserTokenManager.ReInit(CharStream stream,
int lexState)
Reinitialise parser.
|
| Constructor and Description |
|---|
CppParserTokenManager(CharStream stream)
Constructor.
|
CppParserTokenManager(CharStream stream,
int lexState)
Constructor.
|
| Modifier and Type | Field and Description |
|---|---|
protected CharStream |
JavaParserTokenManager.input_stream |
| Modifier and Type | Method and Description |
|---|---|
void |
JavaParserTokenManager.ReInit(CharStream stream)
Reinitialise parser.
|
void |
JavaParser.ReInit(CharStream stream)
Reinitialise.
|
void |
JavaParserTokenManager.ReInit(CharStream stream,
int lexState)
Reinitialise parser.
|
| Constructor and Description |
|---|
JavaParser(CharStream stream)
Constructor with user supplied CharStream.
|
JavaParserTokenManager(CharStream stream)
Constructor.
|
JavaParserTokenManager(CharStream stream,
int lexState)
Constructor.
|
| Modifier and Type | Field and Description |
|---|---|
protected CharStream |
JspParserTokenManager.input_stream |
| Modifier and Type | Method and Description |
|---|---|
void |
JspParserTokenManager.ReInit(CharStream stream)
Reinitialise parser.
|
void |
JspParser.ReInit(CharStream stream)
Reinitialise.
|
void |
JspParserTokenManager.ReInit(CharStream stream,
int lexState)
Reinitialise parser.
|
| Constructor and Description |
|---|
JspParser(CharStream stream)
Constructor with user supplied CharStream.
|
JspParserTokenManager(CharStream stream)
Constructor.
|
JspParserTokenManager(CharStream stream,
int lexState)
Constructor.
|
| Modifier and Type | Field and Description |
|---|---|
protected CharStream |
MatlabParserTokenManager.input_stream |
| Modifier and Type | Method and Description |
|---|---|
void |
MatlabParserTokenManager.ReInit(CharStream stream)
Reinitialise parser.
|
void |
MatlabParserTokenManager.ReInit(CharStream stream,
int lexState)
Reinitialise parser.
|
| Constructor and Description |
|---|
MatlabParserTokenManager(CharStream stream)
Constructor.
|
MatlabParserTokenManager(CharStream stream,
int lexState)
Constructor.
|
| Modifier and Type | Field and Description |
|---|---|
protected CharStream |
ObjectiveCParserTokenManager.input_stream |
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectiveCParserTokenManager.ReInit(CharStream stream)
Reinitialise parser.
|
void |
ObjectiveCParserTokenManager.ReInit(CharStream stream,
int lexState)
Reinitialise parser.
|
| Constructor and Description |
|---|
ObjectiveCParserTokenManager(CharStream stream)
Constructor.
|
ObjectiveCParserTokenManager(CharStream stream,
int lexState)
Constructor.
|
| Modifier and Type | Field and Description |
|---|---|
protected CharStream |
PythonParserTokenManager.input_stream |
| Modifier and Type | Method and Description |
|---|---|
void |
PythonParserTokenManager.ReInit(CharStream stream)
Reinitialise parser.
|
void |
PythonParserTokenManager.ReInit(CharStream stream,
int lexState)
Reinitialise parser.
|
| Constructor and Description |
|---|
PythonParserTokenManager(CharStream stream)
Constructor.
|
PythonParserTokenManager(CharStream stream,
int lexState)
Constructor.
|
| Modifier and Type | Field and Description |
|---|---|
protected CharStream |
VmParserTokenManager.input_stream |
| Modifier and Type | Method and Description |
|---|---|
void |
VmParserTokenManager.ReInit(CharStream stream)
Reinitialise parser.
|
void |
VmParser.ReInit(CharStream stream)
Reinitialise.
|
void |
VmParserTokenManager.ReInit(CharStream stream,
int lexState)
Reinitialise parser.
|
| Constructor and Description |
|---|
VmParser(CharStream stream)
Constructor with user supplied CharStream.
|
VmParserTokenManager(CharStream stream)
Constructor.
|
VmParserTokenManager(CharStream stream,
int lexState)
Constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
VelocityCharStream
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing).
|
Copyright © 2002–2016 InfoEther. All rights reserved.