Package | Description |
---|---|
com.google.clearsilver.jsilver.interpreter | |
com.google.clearsilver.jsilver.syntax.node |
Constructor and Description |
---|
InterpretedMacro(PCommand command,
Template owningTemplate,
String macroName,
String[] argumentNames,
TemplateInterpreter templateInterpreter,
RenderingContext owningContext) |
Modifier and Type | Class and Description |
---|---|
class |
AAltCommand |
class |
AAutoescapeCommand |
class |
ACallCommand |
class |
ACommentCommand |
class |
AContentTypeCommand |
class |
ADataCommand |
class |
ADefCommand |
class |
AEachCommand |
class |
AEscapeCommand |
class |
AEvarCommand |
class |
AHardIncludeCommand |
class |
AHardLincludeCommand |
class |
AIfCommand |
class |
AIncludeCommand |
class |
AInlineCommand |
class |
ALincludeCommand |
class |
ALoopCommand |
class |
ALoopIncCommand |
class |
ALoopToCommand |
class |
ALvarCommand |
class |
AMultipleCommand |
class |
ANameCommand |
class |
ANoopCommand |
class |
AOptimizedMultipleCommand
Replacement for SableCC generated AMultipleCommand.
|
class |
ASetCommand |
class |
AUvarCommand |
class |
AVarCommand |
class |
AWithCommand |
Modifier and Type | Method and Description |
---|---|
PCommand |
AIfCommand.getBlock() |
PCommand |
AInlineCommand.getCommand() |
PCommand |
ALoopCommand.getCommand() |
PCommand |
AEachCommand.getCommand() |
PCommand |
AWithCommand.getCommand() |
PCommand |
AEscapeCommand.getCommand() |
PCommand |
ALoopIncCommand.getCommand() |
PCommand |
ADefCommand.getCommand() |
PCommand |
AAltCommand.getCommand() |
PCommand |
ALoopToCommand.getCommand() |
PCommand |
AAutoescapeCommand.getCommand() |
PCommand |
AIfCommand.getOtherwise() |
PCommand |
Start.getPCommand() |
Modifier and Type | Method and Description |
---|---|
LinkedList<PCommand> |
AMultipleCommand.getCommand() |
Modifier and Type | Method and Description |
---|---|
void |
AIfCommand.setBlock(PCommand node) |
void |
AInlineCommand.setCommand(PCommand node) |
void |
ALoopCommand.setCommand(PCommand node) |
void |
AEachCommand.setCommand(PCommand node) |
void |
AWithCommand.setCommand(PCommand node) |
void |
AEscapeCommand.setCommand(PCommand node) |
void |
ALoopIncCommand.setCommand(PCommand node) |
void |
ADefCommand.setCommand(PCommand node) |
void |
AAltCommand.setCommand(PCommand node) |
void |
ALoopToCommand.setCommand(PCommand node) |
void |
AAutoescapeCommand.setCommand(PCommand node) |
void |
AIfCommand.setOtherwise(PCommand node) |
void |
Start.setPCommand(PCommand node) |
Modifier and Type | Method and Description |
---|---|
void |
AMultipleCommand.setCommand(List<PCommand> list) |
Constructor and Description |
---|
AAltCommand(PPosition _position_,
PExpression _expression_,
PCommand _command_) |
AAutoescapeCommand(PPosition _position_,
PExpression _expression_,
PCommand _command_) |
ADefCommand(PPosition _position_,
List<TWord> _macro_,
List<PVariable> _arguments_,
PCommand _command_) |
AEachCommand(PPosition _position_,
PVariable _variable_,
PExpression _expression_,
PCommand _command_) |
AEscapeCommand(PPosition _position_,
PExpression _expression_,
PCommand _command_) |
AIfCommand(PPosition _position_,
PExpression _expression_,
PCommand _block_,
PCommand _otherwise_) |
AInlineCommand(PPosition _position_,
PCommand _command_) |
ALoopCommand(PPosition _position_,
PVariable _variable_,
PExpression _start_,
PExpression _end_,
PCommand _command_) |
ALoopIncCommand(PPosition _position_,
PVariable _variable_,
PExpression _start_,
PExpression _end_,
PExpression _increment_,
PCommand _command_) |
ALoopToCommand(PPosition _position_,
PVariable _variable_,
PExpression _expression_,
PCommand _command_) |
AWithCommand(PPosition _position_,
PVariable _variable_,
PExpression _expression_,
PCommand _command_) |
Start(PCommand _pCommand_,
EOF _eof_) |
Constructor and Description |
---|
AMultipleCommand(List<PCommand> _command_) |
Copyright © 2010–2014 Google. All rights reserved.