Package org.antlr.stringtemplate.language
package org.antlr.stringtemplate.language
-
ClassDescriptionParse the individual attribute expressionsBreak up an input text stream into chunks of either plain text or template actions in "invalid input: '<'...>".Iterator for an array so I don't have to copy the array to a List just to make it iteratable.Turn an array into a List; subclass ArrayList for easy development, but it really doesn't use super stuff for anything.A single string template expression enclosed in $...; separator=...$ parsed into an AST chunk to be evaluated.Given a list of attributes, return the combined elements in a list.Tracks the various string and attribute chunks discovered by the lexer.A conditional reference to an embedded subtemplate.Break up an input text stream into chunks of either plain text or template actions in "$...$".A string template expression embedded within the template.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).Match a group of template definitions beginning with a group name declaration.Match an ST group interface.Represents a newline.Represents a chunk of just simple text to spit out; nothing to "evaluate"A parser used to break up a single template into chunks, text literals and attribute expressions.