|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Objectorg.thymeleaf.standard.expression.Expression
org.thymeleaf.standard.expression.ComplexExpression
org.thymeleaf.standard.expression.BinaryOperationExpression
org.thymeleaf.standard.expression.OrExpression
public final class OrExpression
| Constructor Summary | |
|---|---|
OrExpression(Expression left,
Expression right)
|
|
| Method Summary | |
|---|---|
protected static java.util.List<org.thymeleaf.standard.expression.ExpressionParsingNode> |
composeOrExpression(java.util.List<org.thymeleaf.standard.expression.ExpressionParsingNode> decomposition,
int inputIndex)
|
String |
getStringRepresentation()
|
| Methods inherited from class org.thymeleaf.standard.expression.BinaryOperationExpression |
|---|
composeBinaryOperationExpression, getLeft, getRight, getStringRepresentation |
| Methods inherited from class org.thymeleaf.standard.expression.Expression |
|---|
toString |
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public OrExpression(Expression left,
Expression right)
| Method Detail |
|---|
public String getStringRepresentation()
getStringRepresentation in class Expression
protected static java.util.List<org.thymeleaf.standard.expression.ExpressionParsingNode> composeOrExpression(java.util.List<org.thymeleaf.standard.expression.ExpressionParsingNode> decomposition,
int inputIndex)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||