Overview
Package
Class
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
Z
_
S
SEMI
- Static variable in interface org.antlr.stringtemplate.language.
ActionEvaluatorTokenTypes
SEMI
- Static variable in interface org.antlr.stringtemplate.language.
ActionParserTokenTypes
SEMI
- Static variable in interface org.antlr.stringtemplate.language.
GroupParserTokenTypes
SINGLEVALUEARG
- Static variable in interface org.antlr.stringtemplate.language.
ActionEvaluatorTokenTypes
SINGLEVALUEARG
- Static variable in interface org.antlr.stringtemplate.language.
ActionParserTokenTypes
SL_COMMENT
- Static variable in interface org.antlr.stringtemplate.language.
GroupParserTokenTypes
STAR
- Static variable in interface org.antlr.stringtemplate.language.
GroupParserTokenTypes
STRING
- Static variable in interface org.antlr.stringtemplate.language.
ActionEvaluatorTokenTypes
STRING
- Static variable in interface org.antlr.stringtemplate.language.
ActionParserTokenTypes
STRING
- Static variable in interface org.antlr.stringtemplate.language.
GroupParserTokenTypes
SUBTEMPLATE
- Static variable in interface org.antlr.stringtemplate.language.
AngleBracketTemplateLexerTokenTypes
SUBTEMPLATE
- Static variable in interface org.antlr.stringtemplate.language.
TemplateParserTokenTypes
StringRef
- class org.antlr.stringtemplate.language.
StringRef
.
Represents a chunk of just simple text to spit out; nothing to "evaluate"
StringRef(StringTemplate, String)
- Constructor for class org.antlr.stringtemplate.language.
StringRef
StringTemplate
- class org.antlr.stringtemplate.
StringTemplate
.
A
StringTemplate
is a "document" with holes in it where you can stick values.
StringTemplate()
- Constructor for class org.antlr.stringtemplate.
StringTemplate
Create a blank template with no pattern and no attributes
StringTemplate(String)
- Constructor for class org.antlr.stringtemplate.
StringTemplate
Create an anonymous template.
StringTemplate(String, Class)
- Constructor for class org.antlr.stringtemplate.
StringTemplate
StringTemplate(StringTemplateGroup, String)
- Constructor for class org.antlr.stringtemplate.
StringTemplate
Create an anonymous template with no name, but with a group
StringTemplate.Aggregate
- class org.antlr.stringtemplate.
StringTemplate.Aggregate
.
An automatically created aggregate of properties.
StringTemplate.Aggregate()
- Constructor for class org.antlr.stringtemplate.
StringTemplate.Aggregate
StringTemplateAST
- class org.antlr.stringtemplate.language.
StringTemplateAST
.
StringTemplateAST()
- Constructor for class org.antlr.stringtemplate.language.
StringTemplateAST
StringTemplateErrorListener
- interface org.antlr.stringtemplate.
StringTemplateErrorListener
.
Lets you specify where errors, warnings go.
StringTemplateGroup
- class org.antlr.stringtemplate.
StringTemplateGroup
.
Manages a group of named mutually-referential StringTemplate objects.
StringTemplateGroup(String, String)
- Constructor for class org.antlr.stringtemplate.
StringTemplateGroup
Create a group manager for some templates, all of which are at or below the indicated directory.
StringTemplateGroup(String, String, Class)
- Constructor for class org.antlr.stringtemplate.
StringTemplateGroup
StringTemplateGroup(String)
- Constructor for class org.antlr.stringtemplate.
StringTemplateGroup
Create a group manager for some templates, all of which are loaded as resources via the classloader.
StringTemplateGroup(String, Class)
- Constructor for class org.antlr.stringtemplate.
StringTemplateGroup
StringTemplateGroup(Reader)
- Constructor for class org.antlr.stringtemplate.
StringTemplateGroup
Create a group from the template group defined by a input stream.
StringTemplateGroup(Reader, StringTemplateErrorListener)
- Constructor for class org.antlr.stringtemplate.
StringTemplateGroup
StringTemplateGroup(Reader, Class)
- Constructor for class org.antlr.stringtemplate.
StringTemplateGroup
StringTemplateGroup(Reader, Class, StringTemplateErrorListener)
- Constructor for class org.antlr.stringtemplate.
StringTemplateGroup
Create a group from the input stream, but use a nondefault lexer to break the templates up into chunks.
StringTemplateToken
- class org.antlr.stringtemplate.language.
StringTemplateToken
.
StringTemplateToken()
- Constructor for class org.antlr.stringtemplate.language.
StringTemplateToken
StringTemplateToken(int, String)
- Constructor for class org.antlr.stringtemplate.language.
StringTemplateToken
StringTemplateToken(String)
- Constructor for class org.antlr.stringtemplate.language.
StringTemplateToken
StringTemplateToken(int, String, List)
- Constructor for class org.antlr.stringtemplate.language.
StringTemplateToken
StringTemplateTreeView
- class org.antlr.stringtemplate.misc.
StringTemplateTreeView
.
This class visually illustrates a StringTemplate instance including the chunks (text + expressions) and the attributes table.
StringTemplateTreeView(String, StringTemplate)
- Constructor for class org.antlr.stringtemplate.misc.
StringTemplateTreeView
StringTemplateWriter
- interface org.antlr.stringtemplate.
StringTemplateWriter
.
Generic StringTemplate output writer filter
saveItemIndex()
- Method in class org.antlr.stringtemplate.language.
AttributeReflectionController
self
- Variable in class org.antlr.stringtemplate.language.
ActionEvaluator
self
- Variable in class org.antlr.stringtemplate.language.
ActionParser
self
- Variable in class org.antlr.stringtemplate.language.
AngleBracketTemplateLexer
self
- Variable in class org.antlr.stringtemplate.language.
DefaultTemplateLexer
self
- Variable in class org.antlr.stringtemplate.language.
TemplateParser
setArgumentContext(Map)
- Method in class org.antlr.stringtemplate.
StringTemplate
setArgumentsAST(StringTemplateAST)
- Method in class org.antlr.stringtemplate.
StringTemplate
setAttribute(String, Object)
- Method in class org.antlr.stringtemplate.
StringTemplate
Set an attribute for this template.
setAttribute(String, int)
- Method in class org.antlr.stringtemplate.
StringTemplate
Convenience method to box ints
setAttribute(String, Object, Object)
- Method in class org.antlr.stringtemplate.
StringTemplate
Set an aggregate attribute with two values.
setAttribute(String, Object, Object, Object)
- Method in class org.antlr.stringtemplate.
StringTemplate
setAttribute(String, Object, Object, Object, Object)
- Method in class org.antlr.stringtemplate.
StringTemplate
setAttribute(String, Object, Object, Object, Object, Object)
- Method in class org.antlr.stringtemplate.
StringTemplate
setAttribute(String, Object[])
- Method in class org.antlr.stringtemplate.
StringTemplate
Create an aggregate from the list of properties in aggrSpec and fill with values from values array.
setAttributeRenderers(Map)
- Method in class org.antlr.stringtemplate.
StringTemplate
Specify a complete map of what object classes should map to which renderer objects.
setAttributeRenderers(Map)
- Method in class org.antlr.stringtemplate.
StringTemplateGroup
Specify a complete map of what object classes should map to which renderer objects for every template in this group (that doesn't override it per template).
setAttributes(Map)
- Method in class org.antlr.stringtemplate.
StringTemplate
setDefaultArgumentValues()
- Method in class org.antlr.stringtemplate.
StringTemplate
Set any default argument values that were not set by the invoking template or by setAttribute directly.
setElseSubtemplate(StringTemplate)
- Method in class org.antlr.stringtemplate.language.
ConditionalExpr
setEnclosingInstance(StringTemplate)
- Method in class org.antlr.stringtemplate.
StringTemplate
setErrorListener(StringTemplateErrorListener)
- Method in class org.antlr.stringtemplate.
StringTemplate
setErrorListener(StringTemplateErrorListener)
- Method in class org.antlr.stringtemplate.
StringTemplateGroup
setFileCharEncoding(String)
- Method in class org.antlr.stringtemplate.
StringTemplateGroup
setFormalArguments(LinkedHashMap)
- Method in class org.antlr.stringtemplate.
StringTemplate
setGroup(StringTemplateGroup)
- Method in class org.antlr.stringtemplate.
StringTemplate
setIndentation(String)
- Method in class org.antlr.stringtemplate.language.
ChunkToken
setIndentation(String)
- Method in class org.antlr.stringtemplate.language.
Expr
setLintMode(boolean)
- Static method in class org.antlr.stringtemplate.
StringTemplate
Make StringTemplate check your work as it evaluates templates.
setName(String)
- Method in class org.antlr.stringtemplate.
StringTemplate
setName(String)
- Method in class org.antlr.stringtemplate.
StringTemplateGroup
setPassThroughAttributes(boolean)
- Method in class org.antlr.stringtemplate.
StringTemplate
Normally if you call template y from x, y cannot see any attributes of x that are defined as formal parameters of y.
setPredefinedAttributes()
- Method in class org.antlr.stringtemplate.
StringTemplate
setRefreshInterval(int)
- Method in class org.antlr.stringtemplate.
StringTemplateGroup
How often to refresh all templates from disk.
setRootDir(String)
- Method in class org.antlr.stringtemplate.
StringTemplateGroup
setSoleFormalArgumentToIthValue(StringTemplate, Map, Object)
- Method in class org.antlr.stringtemplate.language.
ASTExpr
setStringTemplate(StringTemplate)
- Method in class org.antlr.stringtemplate.language.
StringTemplateAST
setStringTemplateWriter(Class)
- Method in class org.antlr.stringtemplate.
StringTemplateGroup
Specify a StringTemplateWriter implementing class to use for filtering output
setSubtemplate(StringTemplate)
- Method in class org.antlr.stringtemplate.language.
ConditionalExpr
setSuperGroup(StringTemplateGroup)
- Method in class org.antlr.stringtemplate.
StringTemplateGroup
setSuperGroup(String)
- Method in class org.antlr.stringtemplate.
StringTemplateGroup
setTemplate(String)
- Method in class org.antlr.stringtemplate.
StringTemplate
singleArg()
- Method in class org.antlr.stringtemplate.language.
ActionParser
singleFunctionArg(AST)
- Method in class org.antlr.stringtemplate.language.
ActionEvaluator
singleTemplateArg(AST, StringTemplate, Map)
- Method in class org.antlr.stringtemplate.language.
ActionEvaluator
st
- Variable in class org.antlr.stringtemplate.language.
AttributeReflectionController
st
- Variable in class org.antlr.stringtemplate.language.
StringTemplateAST
suffixes
- Static variable in class org.antlr.stringtemplate.language.
FormalArgument
superGroup
- Variable in class org.antlr.stringtemplate.
StringTemplateGroup
Are we derived from another group? Templates not found in this group will be searched for in the superGroup recursively.
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
Z
_