Package com.aparapi.internal.tool
Class InstructionHelper.BranchVector
java.lang.Object
com.aparapi.internal.tool.InstructionHelper.BranchVector
- Enclosing class:
InstructionHelper
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
protected Instruction
private boolean
protected Instruction
static final String
protected Instruction
static final String
protected Instruction
static final String
static final String
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
from
-
to
-
start
-
end
-
forward
private boolean forward -
NONE
- See Also:
-
THROUGH
- See Also:
-
CONDITIONAL_START
- See Also:
-
UNCONDITIONAL_START
- See Also:
-
TOP_ARROW
- See Also:
-
BOTTOM_ARROW
- See Also:
-
-
Constructor Details
-
BranchVector
-
-
Method Details
-
overlaps
-
getTo
-
getFrom
-
getStartPC
public int getStartPC() -
getEndPC
public int getEndPC() -
getStart
-
getEnd
-
equals
-
hashCode
public int hashCode() -
isForward
public boolean isForward() -
toString
-
isConditionalBranch
public boolean isConditionalBranch() -
isBackward
public boolean isBackward() -
render
-
render
-