static InstructionNode |
JumpInstruction.jump(LabelNode label) |
static InstructionNode |
JumpInstruction.jumpIfEqualZero(LabelNode label) |
static InstructionNode |
JumpInstruction.jumpIfGreaterThanZero(LabelNode label) |
static InstructionNode |
JumpInstruction.jumpIfIntEqual(LabelNode label) |
static InstructionNode |
JumpInstruction.jumpIfIntGreaterThan(LabelNode label) |
static InstructionNode |
JumpInstruction.jumpIfIntGreaterThanOrEqualZero(LabelNode label) |
static InstructionNode |
JumpInstruction.jumpIfIntLessThan(LabelNode label) |
static InstructionNode |
JumpInstruction.jumpIfIntLessThanOrEqual(LabelNode label) |
static InstructionNode |
JumpInstruction.jumpIfIntNotEqual(LabelNode label) |
static InstructionNode |
JumpInstruction.jumpIfLessThanOrEqualZero(LabelNode label) |
static InstructionNode |
JumpInstruction.jumpIfLessThanZero(LabelNode label) |
static InstructionNode |
JumpInstruction.jumpIfNotEqualZero(LabelNode label) |
static InstructionNode |
JumpInstruction.jumpIfNotNull(LabelNode label) |
static InstructionNode |
JumpInstruction.jumpIfNull(LabelNode label) |
static InstructionNode |
JumpInstruction.jumpIfObjectNotSame(LabelNode label) |
static InstructionNode |
JumpInstruction.jumpIfObjectSame(LabelNode label) |