Support StringTemplate, ANTLR Project by making a donation! Terence often pays for things like the antlr.org server, conference travel, and this site design (that alone cost US$1000). Buy him a beer and pizza remotely ;)
|
F-Index
A B C D E F G H I J K L M N O P R S T U V W Z _
F
- FUNCTION -
Static variable in interface org.antlr.stringtemplate.language.ActionEvaluatorTokenTypes
-
- FUNCTION -
Static variable in interface org.antlr.stringtemplate.language.ActionParserTokenTypes
-
- FormalArgument - class org.antlr.stringtemplate.language.FormalArgument.
- Represents the name of a formal argument
defined in a template:
group test;
test(a,b) : "$a$ $b$"
t() : "blort"
Each template has a set of these formal arguments or uses
a placeholder object: UNKNOWN (indicating that no arguments
were specified such as when a template is loaded from a file.st).
- FormalArgument(String) -
Constructor for class org.antlr.stringtemplate.language.FormalArgument
-
- FormalArgument(String, StringTemplate) -
Constructor for class org.antlr.stringtemplate.language.FormalArgument
-
- fileCharEncoding -
Variable in class org.antlr.stringtemplate.PathGroupLoader
- How are the files encoded (ascii, UTF8, ...)? You might want to read
UTF8 for example on an ascii machine.
- fileCharEncoding -
Variable in class org.antlr.stringtemplate.StringTemplateGroup
- How are the files encoded (ascii, UTF8, ...)? You might want to read
UTF8 for example on an ascii machine.
- first(Object) -
Method in class org.antlr.stringtemplate.language.ASTExpr
- Return the first attribute if multiple valued or the attribute
itself if single-valued.
- formalArgs -
Variable in class org.antlr.stringtemplate.StringTemplateGroupInterface.TemplateDefinition
-
- formalArguments -
Variable in class org.antlr.stringtemplate.StringTemplate
- When templates are defined in a group file format, the attribute
list is provided including information about attribute cardinality
such as present, optional, ...
- formatString -
Variable in class org.antlr.stringtemplate.language.ASTExpr
- A cached value of option format=expr
- function(AST) -
Method in class org.antlr.stringtemplate.language.ActionEvaluator
-
- function() -
Method in class org.antlr.stringtemplate.language.ActionParser
-
A B C D E F G H I J K L M N O P R S T U V W Z _
|