Package | Description |
---|---|
com.google.clearsilver.jsilver.compiler | |
com.google.clearsilver.jsilver.interpreter | |
com.google.clearsilver.jsilver.syntax.node |
Modifier and Type | Method and Description |
---|---|
JavaExpression |
VariableTranslator.translate(PVariable csVariable)
See class description.
|
Modifier and Type | Method and Description |
---|---|
String |
VariableLocator.getVariableName(PVariable variable)
Returns a Data variable name extracted during evaluation.
|
Modifier and Type | Class and Description |
---|---|
class |
ADecNumberVariable |
class |
ADescendVariable |
class |
AExpandVariable |
class |
AHexNumberVariable |
class |
ANameVariable |
Modifier and Type | Method and Description |
---|---|
PVariable |
ADescendVariable.getChild() |
PVariable |
AFunctionExpression.getName() |
PVariable |
ADescendVariable.getParent() |
PVariable |
AExpandVariable.getParent() |
PVariable |
AEachCommand.getVariable() |
PVariable |
ALoopCommand.getVariable() |
PVariable |
AWithCommand.getVariable() |
PVariable |
ALoopIncCommand.getVariable() |
PVariable |
ANameCommand.getVariable() |
PVariable |
ASetCommand.getVariable() |
PVariable |
ALoopToCommand.getVariable() |
PVariable |
AVariableExpression.getVariable() |
Modifier and Type | Method and Description |
---|---|
LinkedList<PVariable> |
ADefCommand.getArguments() |
Modifier and Type | Method and Description |
---|---|
void |
ADescendVariable.setChild(PVariable node) |
void |
AFunctionExpression.setName(PVariable node) |
void |
ADescendVariable.setParent(PVariable node) |
void |
AExpandVariable.setParent(PVariable node) |
void |
AEachCommand.setVariable(PVariable node) |
void |
ALoopCommand.setVariable(PVariable node) |
void |
AWithCommand.setVariable(PVariable node) |
void |
ALoopIncCommand.setVariable(PVariable node) |
void |
ANameCommand.setVariable(PVariable node) |
void |
ASetCommand.setVariable(PVariable node) |
void |
ALoopToCommand.setVariable(PVariable node) |
void |
AVariableExpression.setVariable(PVariable node) |
Copyright © 2010–2018 Google. All rights reserved.