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

Packages that use PVariable
com.google.clearsilver.jsilver.compiler   
com.google.clearsilver.jsilver.interpreter   
com.google.clearsilver.jsilver.syntax.node   
 

Uses of PVariable in com.google.clearsilver.jsilver.compiler
 

Methods in com.google.clearsilver.jsilver.compiler with parameters of type PVariable
 JavaExpression VariableTranslator.translate(PVariable csVariable)
          See class description.
 

Uses of PVariable in com.google.clearsilver.jsilver.interpreter
 

Methods in com.google.clearsilver.jsilver.interpreter with parameters of type PVariable
 String VariableLocator.getVariableName(PVariable variable)
          Returns a Data variable name extracted during evaluation.
 

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

Subclasses of PVariable in com.google.clearsilver.jsilver.syntax.node
 class ADecNumberVariable
           
 class ADescendVariable
           
 class AExpandVariable
           
 class AHexNumberVariable
           
 class ANameVariable
           
 

Methods in com.google.clearsilver.jsilver.syntax.node that return PVariable
 PVariable ADescendVariable.getChild()
           
 PVariable AFunctionExpression.getName()
           
 PVariable ADescendVariable.getParent()
           
 PVariable AExpandVariable.getParent()
           
 PVariable ASetCommand.getVariable()
           
 PVariable ANameCommand.getVariable()
           
 PVariable AWithCommand.getVariable()
           
 PVariable ALoopToCommand.getVariable()
           
 PVariable ALoopCommand.getVariable()
           
 PVariable ALoopIncCommand.getVariable()
           
 PVariable AEachCommand.getVariable()
           
 PVariable AVariableExpression.getVariable()
           
 

Methods in com.google.clearsilver.jsilver.syntax.node that return types with arguments of type PVariable
 LinkedList<PVariable> ADefCommand.getArguments()
           
 

Methods in com.google.clearsilver.jsilver.syntax.node with parameters of type PVariable
 void ADescendVariable.setChild(PVariable node)
           
 void AFunctionExpression.setName(PVariable node)
           
 void ADescendVariable.setParent(PVariable node)
           
 void AExpandVariable.setParent(PVariable node)
           
 void ASetCommand.setVariable(PVariable node)
           
 void ANameCommand.setVariable(PVariable node)
           
 void AWithCommand.setVariable(PVariable node)
           
 void ALoopToCommand.setVariable(PVariable node)
           
 void ALoopCommand.setVariable(PVariable node)
           
 void ALoopIncCommand.setVariable(PVariable node)
           
 void AEachCommand.setVariable(PVariable node)
           
 void AVariableExpression.setVariable(PVariable node)
           
 

Method parameters in com.google.clearsilver.jsilver.syntax.node with type arguments of type PVariable
 void ADefCommand.setArguments(List<PVariable> list)
           
 

Constructors in com.google.clearsilver.jsilver.syntax.node with parameters of type PVariable
ADescendVariable(PVariable _parent_, PVariable _child_)
           
AEachCommand(PPosition _position_, PVariable _variable_, PExpression _expression_, PCommand _command_)
           
AExpandVariable(PVariable _parent_, PExpression _child_)
           
AFunctionExpression(PVariable _name_, List<PExpression> _args_)
           
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_)
           
ANameCommand(PPosition _position_, PVariable _variable_)
           
ASetCommand(PPosition _position_, PVariable _variable_, PExpression _expression_)
           
AVariableExpression(PVariable _variable_)
           
AWithCommand(PPosition _position_, PVariable _variable_, PExpression _expression_, PCommand _command_)
           
 

Constructor parameters in com.google.clearsilver.jsilver.syntax.node with type arguments of type PVariable
ADefCommand(PPosition _position_, List<TWord> _macro_, List<PVariable> _arguments_, PCommand _command_)
           
 



Copyright © 2010-2012 Google. All Rights Reserved.