Package | Description |
---|---|
com.github.antlrjavaparser.adapter | |
com.github.antlrjavaparser.api.expr |
Modifier and Type | Method and Description |
---|---|
static <C> Expression |
AdapterUtil.handleExpression(Adapter<Expression,C> adapter,
List<C> contextList,
BinaryExpr.Operator operator,
AdapterParameters adapterParameters) |
Modifier and Type | Method and Description |
---|---|
BinaryExpr.Operator |
BinaryExpr.getOperator() |
static BinaryExpr.Operator |
BinaryExpr.Operator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BinaryExpr.Operator[] |
BinaryExpr.Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
BinaryExpr.setOperator(BinaryExpr.Operator op) |
Constructor and Description |
---|
BinaryExpr(Expression left,
Expression right,
BinaryExpr.Operator op) |
BinaryExpr(int beginLine,
int beginColumn,
int endLine,
int endColumn,
Expression left,
Expression right,
BinaryExpr.Operator op) |
Copyright © 2014. All Rights Reserved.