|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
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_)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |