Package | Description |
---|---|
freemarker.core |
The seldom used or advanced parts of the fundamental FreeMarker API, compared to
freemarker.template . |
Modifier and Type | Field and Description |
---|---|
protected SimpleCharStream |
FMParserTokenManager.input_stream |
Modifier and Type | Method and Description |
---|---|
void |
FMParserTokenManager.ReInit(SimpleCharStream stream)
Reinitialise parser.
|
void |
FMParserTokenManager.ReInit(SimpleCharStream stream,
int lexState)
Reinitialise parser.
|
Constructor and Description |
---|
FMParserTokenManager(SimpleCharStream stream)
Constructor.
|
FMParserTokenManager(SimpleCharStream stream,
int lexState)
Constructor.
|
Copyright © 2016. All Rights Reserved.