A B C D E F G H I J K L M N O P R S T U V W Z _

F

first(Object) - Method in class org.antlr.stringtemplate.language.ASTExpr
Return the first attribute if multiple valued or the attribute itself if single-valued.
FormalArgument - Class in org.antlr.stringtemplate.language
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
 
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, ...
function(AST) - Method in class org.antlr.stringtemplate.language.ActionEvaluator
 
FUNCTION - Static variable in interface org.antlr.stringtemplate.language.ActionEvaluatorTokenTypes
 
function() - Method in class org.antlr.stringtemplate.language.ActionParser
 
FUNCTION - Static variable in interface org.antlr.stringtemplate.language.ActionParserTokenTypes
 

A B C D E F G H I J K L M N O P R S T U V W Z _