Package | Description |
---|---|
org.camunda.bpm.engine.impl.juel |
Modifier and Type | Class and Description |
---|---|
static class |
AstBinary.SimpleOperator |
Modifier and Type | Field and Description |
---|---|
static AstBinary.Operator |
AstBinary.ADD |
static AstBinary.Operator |
AstBinary.AND |
static AstBinary.Operator |
AstBinary.DIV |
static AstBinary.Operator |
AstBinary.EQ |
static AstBinary.Operator |
AstBinary.GE |
static AstBinary.Operator |
AstBinary.GT |
static AstBinary.Operator |
AstBinary.LE |
static AstBinary.Operator |
AstBinary.LT |
static AstBinary.Operator |
AstBinary.MOD |
static AstBinary.Operator |
AstBinary.MUL |
static AstBinary.Operator |
AstBinary.NE |
static AstBinary.Operator |
AstBinary.OR |
static AstBinary.Operator |
AstBinary.SUB |
Modifier and Type | Method and Description |
---|---|
AstBinary.Operator |
AstBinary.getOperator() |
Modifier and Type | Method and Description |
---|---|
protected AstBinary |
Parser.createAstBinary(AstNode left,
AstNode right,
AstBinary.Operator operator) |
Constructor and Description |
---|
AstBinary(AstNode left,
AstNode right,
AstBinary.Operator operator) |
Copyright © 2015. All rights reserved.