|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Expression | |
|---|---|
| com.lyncode.jtwig.tree.content | |
| com.lyncode.jtwig.tree.expressions | |
| com.lyncode.jtwig.tree.helper | |
| com.lyncode.jtwig.util | |
| Uses of Expression in com.lyncode.jtwig.tree.content |
|---|
| Fields in com.lyncode.jtwig.tree.content declared as Expression | |
|---|---|
protected Expression |
ForLoop.expression
|
| Methods in com.lyncode.jtwig.tree.content with parameters of type Expression | |
|---|---|
boolean |
SetVariable.setAssignment(Expression assignment)
|
| Constructors in com.lyncode.jtwig.tree.content with parameters of type Expression | |
|---|---|
ForLoop(Variable variable,
Expression list)
|
|
ForPairLoop(Variable key,
Variable value,
Expression map)
|
|
IfExpression.ElseIfExpression(Expression condition)
|
|
IfExpression(Expression conditionalExpression)
|
|
Output(Expression expression)
|
|
| Uses of Expression in com.lyncode.jtwig.tree.expressions |
|---|
| Classes in com.lyncode.jtwig.tree.expressions that implement Expression | |
|---|---|
class |
Composition
|
class |
Constant<T>
|
class |
FunctionElement
|
class |
MapSelection
|
class |
OperationBinary
|
class |
OperationTernary
|
class |
OperationUnary
|
class |
Selection
|
class |
ValueList
|
class |
ValueMap
|
class |
Variable
|
| Methods in com.lyncode.jtwig.tree.expressions that return Expression | |
|---|---|
Expression |
ValueList.first()
|
Expression |
ValueList.get(int index)
|
| Methods in com.lyncode.jtwig.tree.expressions with parameters of type Expression | |
|---|---|
boolean |
ValueList.add(Expression element)
|
boolean |
OperationBinary.add(Expression operand)
|
boolean |
FunctionElement.add(Expression argument)
|
boolean |
OperationTernary.setIfFalseExpression(Expression ifFalseExpression)
|
boolean |
OperationTernary.setIfTrueExpression(Expression ifTrueExpression)
|
boolean |
OperationUnary.setOperand(Expression operand)
|
| Constructors in com.lyncode.jtwig.tree.expressions with parameters of type Expression | |
|---|---|
Composition(Expression expression)
|
|
FunctionElement(String name,
Expression argument)
|
|
MapSelection(Variable variable,
Expression key)
|
|
OperationBinary(Expression operand)
|
|
OperationTernary(Expression booleanExpression)
|
|
| Uses of Expression in com.lyncode.jtwig.tree.helper |
|---|
| Classes in com.lyncode.jtwig.tree.helper that implement Expression | |
|---|---|
class |
StrictBinaryOperation
|
| Uses of Expression in com.lyncode.jtwig.util |
|---|
| Methods in com.lyncode.jtwig.util that return Expression | |
|---|---|
static Expression |
Simplifier.getOperationArgument(OperationBinary binary)
|
static Expression |
Simplifier.simplify(Expression object)
|
| Methods in com.lyncode.jtwig.util with parameters of type Expression | |
|---|---|
static Expression |
Simplifier.simplify(Expression object)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||