Package | Description |
---|---|
org.stringtemplate.v4 | |
org.stringtemplate.v4.compiler | |
org.stringtemplate.v4.debug | |
org.stringtemplate.v4.gui | |
org.stringtemplate.v4.misc |
Class | Description |
---|---|
AttributeRenderer |
This interface describes an object that knows how to format or otherwise
render an object appropriately.
|
AutoIndentWriter |
Essentially a char filter that knows how to auto-indent output by maintaining
a stack of indent levels.
|
InstanceScope | |
Interpreter |
This class knows how to execute template bytecodes relative to a particular
STGroup . |
Interpreter.Option | |
ModelAdaptor |
An object that knows how to convert property references to appropriate
actions on a model object.
|
ST |
An instance of the StringTemplate.
|
ST.AttributeList |
Just an alias for
ArrayList , but this way I can track whether a
list is something ST created or it's an incoming list. |
ST.DebugState |
Events during template hierarchy construction (not evaluation)
|
ST.RegionType |
<@r()> , <@r>...<@end> , and @t.r() ::= "..." defined manually by coder |
STErrorListener |
How to handle messages.
|
STGroup |
A directory or directory tree of
.st template files and/or group files. |
STGroupDir |
A directory or directory tree full of templates and/or group files.
|
STWriter |
Generic StringTemplate output writer filter.
|
Class | Description |
---|---|
Interpreter.Option | |
ST.RegionType |
<@r()> , <@r>...<@end> , and @t.r() ::= "..." defined manually by coder |
STGroup |
A directory or directory tree of
.st template files and/or group files. |
Class | Description |
---|---|
InstanceScope |
Class | Description |
---|---|
InstanceScope | |
Interpreter |
This class knows how to execute template bytecodes relative to a particular
STGroup . |
ST |
An instance of the StringTemplate.
|
Class | Description |
---|---|
InstanceScope | |
Interpreter |
This class knows how to execute template bytecodes relative to a particular
STGroup . |
ModelAdaptor |
An object that knows how to convert property references to appropriate
actions on a model object.
|
ST |
An instance of the StringTemplate.
|
STErrorListener |
How to handle messages.
|
Copyright © 2019. All rights reserved.