| Package | Description |
|---|---|
| com.google.clearsilver.jsilver.syntax | |
| com.google.clearsilver.jsilver.syntax.analysis | |
| com.google.clearsilver.jsilver.syntax.node |
| Modifier and Type | Method and Description |
|---|---|
void |
VarOptimizer.caseAMultipleCommand(AMultipleCommand multiCommand) |
void |
SyntaxTreeOptimizer.caseAMultipleCommand(AMultipleCommand originalNode)
Replace AMultipleCommand nodes with AOptimizedMultipleCommands, which iterates over children
faster.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AnalysisAdapter.caseAMultipleCommand(AMultipleCommand node) |
void |
ReversedDepthFirstAdapter.caseAMultipleCommand(AMultipleCommand node) |
void |
DepthFirstAdapter.caseAMultipleCommand(AMultipleCommand node) |
void |
Analysis.caseAMultipleCommand(AMultipleCommand node) |
void |
ReversedDepthFirstAdapter.inAMultipleCommand(AMultipleCommand node) |
void |
DepthFirstAdapter.inAMultipleCommand(AMultipleCommand node) |
void |
ReversedDepthFirstAdapter.outAMultipleCommand(AMultipleCommand node) |
void |
DepthFirstAdapter.outAMultipleCommand(AMultipleCommand node) |
| Constructor and Description |
|---|
AOptimizedMultipleCommand(AMultipleCommand originalNode) |
Copyright © 2010–2016 Google. All rights reserved.