public class BinaryExpression extends Expression
| Modifier and Type | Class and Description |
|---|---|
static class |
BinaryExpression.Operator |
| Constructor and Description |
|---|
BinaryExpression(Program aProgram,
BytecodeOpcodeAddress aAddress,
TypeRef aTargetType,
Value aValue1,
BinaryExpression.Operator aOperator,
Value aValue2) |
| Modifier and Type | Method and Description |
|---|---|
BinaryExpression.Operator |
getOperator() |
TypeRef |
resolveType() |
getAddress, getComment, getProgram, withCommentincomingDataFlows, receivesDataFrom, receivesDataFrom, receivesDataFrom, replaceIncomingDataEdge, routeIncomingDataFlowsTo, widestTypeOfaddEdgeTo, addIncomingEdge, incomingEdges, incomingEdges, outgoingEdges, outgoingEdges, singleOutgoingNodeMatchingpublic BinaryExpression(Program aProgram, BytecodeOpcodeAddress aAddress, TypeRef aTargetType, Value aValue1, BinaryExpression.Operator aOperator, Value aValue2)
public BinaryExpression.Operator getOperator()
public TypeRef resolveType()
resolveType in class ExpressionCopyright © 2020 Systemprogrammierung Mirko Sertic. All rights reserved.