Package | Description |
---|---|
org.drools.mvel.parser.ast.expr |
Modifier and Type | Method and Description |
---|---|
HalfBinaryExpr.Operator |
HalfBinaryExpr.getOperator() |
static HalfBinaryExpr.Operator |
HalfBinaryExpr.Operator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HalfBinaryExpr.Operator[] |
HalfBinaryExpr.Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
HalfBinaryExpr |
HalfBinaryExpr.setOperator(HalfBinaryExpr.Operator operator) |
Constructor and Description |
---|
HalfBinaryExpr(com.github.javaparser.ast.expr.Expression right,
HalfBinaryExpr.Operator operator) |
HalfBinaryExpr(com.github.javaparser.TokenRange tokenRange,
com.github.javaparser.ast.expr.Expression right,
HalfBinaryExpr.Operator operator)
This constructor is used by the parser and is considered private.
|
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.