Uses of Class
com.google.clearsilver.jsilver.syntax.node.AMultipleCommand

Packages that use AMultipleCommand
com.google.clearsilver.jsilver.syntax   
com.google.clearsilver.jsilver.syntax.analysis   
com.google.clearsilver.jsilver.syntax.node   
 

Uses of AMultipleCommand in com.google.clearsilver.jsilver.syntax
 

Methods in com.google.clearsilver.jsilver.syntax with parameters of type AMultipleCommand
 void VarOptimizer.caseAMultipleCommand(AMultipleCommand multiCommand)
           
 void SyntaxTreeOptimizer.caseAMultipleCommand(AMultipleCommand originalNode)
          Replace AMultipleCommand nodes with AOptimizedMultipleCommands, which iterates over children faster.
 

Uses of AMultipleCommand in com.google.clearsilver.jsilver.syntax.analysis
 

Methods in com.google.clearsilver.jsilver.syntax.analysis with parameters of type AMultipleCommand
 void Analysis.caseAMultipleCommand(AMultipleCommand node)
           
 void AnalysisAdapter.caseAMultipleCommand(AMultipleCommand node)
           
 void DepthFirstAdapter.caseAMultipleCommand(AMultipleCommand node)
           
 void ReversedDepthFirstAdapter.caseAMultipleCommand(AMultipleCommand node)
           
 void DepthFirstAdapter.inAMultipleCommand(AMultipleCommand node)
           
 void ReversedDepthFirstAdapter.inAMultipleCommand(AMultipleCommand node)
           
 void DepthFirstAdapter.outAMultipleCommand(AMultipleCommand node)
           
 void ReversedDepthFirstAdapter.outAMultipleCommand(AMultipleCommand node)
           
 

Uses of AMultipleCommand in com.google.clearsilver.jsilver.syntax.node
 

Constructors in com.google.clearsilver.jsilver.syntax.node with parameters of type AMultipleCommand
AOptimizedMultipleCommand(AMultipleCommand originalNode)
           
 



Copyright © 2010-2012 Google. All Rights Reserved.