public class BinaryExpressionModel extends ExpressionModel
builder
Constructor and Description |
---|
BinaryExpressionModel(CodeBuilder builder,
ExpressionModel left,
String op,
ExpressionModel right) |
Modifier and Type | Method and Description |
---|---|
ExpressionModel |
getLeft() |
String |
getOp() |
ExpressionModel |
getRight() |
boolean |
isStringDecl() |
void |
render(CodeWriter writer) |
as, onField, onInstanceOf, onLogicalComplement, onMethodInvocation, onMethodReference, onPostFixDecrement, onPostFixIncrement, onPrefixDecrement, onPrefixIncrement, toDataObjectValue, unaryMinus, unaryPlus
unsupported
public BinaryExpressionModel(CodeBuilder builder, ExpressionModel left, String op, ExpressionModel right)
public boolean isStringDecl()
public ExpressionModel getLeft()
public String getOp()
public ExpressionModel getRight()
public void render(CodeWriter writer)
Copyright © 2018. All rights reserved.