AddSubExpression(Expression exp) Production that builds up an expression
using the dot or dynamic key name
or the args list if this is a method invocation.
public FMParser(Template template, Reader reader, boolean strictEscapeSyntax, boolean stripWhitespace)(Code)
Constructs a new parser object.
Parameters: template - The template associated with this parser. Parameters: reader - The character stream to use as input Parameters: strictEscapeSyntax - Whether FreeMarker directives must start with a #
FMParser
public FMParser(Template template, Reader reader, boolean strictEscapeSyntax, boolean stripWhitespace, int tagSyntax)(Code)
Production for dealing with unparsed content,
i.e. what is inside a comment or noparse tag.
It returns the ending token. The content
of the tag is put in buf.