Package com.aparapi.internal.tool
Class InstructionViewer.InstructionView
- java.lang.Object
-
- com.aparapi.internal.tool.InstructionViewer.InstructionView
-
- Enclosing class:
- InstructionViewer
public class InstructionViewer.InstructionView extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description Instruction
branchTarget
Instruction
collapsedBranchTarget
boolean
dim
private Instruction
instruction
java.lang.String
label
private java.awt.Shape
shape
-
Constructor Summary
Constructors Constructor Description InstructionView(Instruction _instruction)
-
-
-
Field Detail
-
instruction
private final Instruction instruction
-
shape
private java.awt.Shape shape
-
branchTarget
public Instruction branchTarget
-
collapsedBranchTarget
public Instruction collapsedBranchTarget
-
label
public java.lang.String label
-
dim
public boolean dim
-
-
Constructor Detail
-
InstructionView
public InstructionView(Instruction _instruction)
-
-