Package | Description |
---|---|
org.jboss.classfilewriter.code |
Modifier and Type | Method and Description |
---|---|
CodeLocation |
CodeAttribute.mark()
Gets the location object for the current location in the bytecode.
|
Modifier and Type | Method and Description |
---|---|
void |
CodeAttribute.gotoInstruction(CodeLocation location)
writes a goto instruction.
|
void |
CodeAttribute.ifAcmpeq(CodeLocation location) |
void |
CodeAttribute.ifAcmpne(CodeLocation location) |
void |
CodeAttribute.ifEq(CodeLocation location) |
void |
CodeAttribute.ifge(CodeLocation location) |
void |
CodeAttribute.ifgt(CodeLocation location) |
void |
CodeAttribute.ifIcmpeq(CodeLocation location) |
void |
CodeAttribute.ifIcmpge(CodeLocation location) |
void |
CodeAttribute.ifIcmpgt(CodeLocation location) |
void |
CodeAttribute.ifIcmple(CodeLocation location) |
void |
CodeAttribute.ifIcmplt(CodeLocation location) |
void |
CodeAttribute.ifIcmpne(CodeLocation location) |
void |
CodeAttribute.ifle(CodeLocation location) |
void |
CodeAttribute.iflt(CodeLocation location) |
void |
CodeAttribute.ifne(CodeLocation location) |
void |
CodeAttribute.ifnotnull(CodeLocation location) |
void |
CodeAttribute.ifnull(CodeLocation location)
Jump to the given location if the reference type on the top of the stack is null
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.