public class ContinueExpression extends Expression
| Constructor and Description |
|---|
ContinueExpression(Program aProgram,
BytecodeOpcodeAddress aAddress,
Label aLabelToReturnTo,
BytecodeOpcodeAddress aJumpTarget) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isJumpLabelRequired() |
BytecodeOpcodeAddress |
jumpTarget() |
Label |
labelToReturnTo() |
void |
noJumpLabelRequired() |
getAddress, getComment, getProgram, resolveType, withCommentincomingDataFlows, receivesDataFrom, receivesDataFrom, receivesDataFrom, replaceIncomingDataEdge, routeIncomingDataFlowsTo, widestTypeOfaddEdgeTo, addIncomingEdge, incomingEdges, incomingEdges, outgoingEdges, outgoingEdges, singleOutgoingNodeMatchingpublic ContinueExpression(Program aProgram, BytecodeOpcodeAddress aAddress, Label aLabelToReturnTo, BytecodeOpcodeAddress aJumpTarget)
public Label labelToReturnTo()
public boolean isJumpLabelRequired()
public void noJumpLabelRequired()
public BytecodeOpcodeAddress jumpTarget()
Copyright © 2020 Systemprogrammierung Mirko Sertic. All rights reserved.