Uses of Class
org.jboss.classfilewriter.code.CodeLocation
-
Packages that use CodeLocation Package Description org.jboss.classfilewriter.code -
-
Uses of CodeLocation in org.jboss.classfilewriter.code
Methods in org.jboss.classfilewriter.code that return CodeLocation Modifier and Type Method Description CodeLocationLookupSwitchBuilder. getDefaultLocation()CodeLocationTableSwitchBuilder. getDefaultLocation()CodeLocationLookupSwitchBuilder.ValuePair. getLocation()CodeLocationTableSwitchBuilder.ValuePair. getLocation()CodeLocationCodeAttribute. mark()Gets the location object for the current location in the bytecode.Methods in org.jboss.classfilewriter.code with parameters of type CodeLocation Modifier and Type Method Description LookupSwitchBuilderLookupSwitchBuilder. add(int value, CodeLocation location)Adds a value to the tableTableSwitchBuilderTableSwitchBuilder. add(CodeLocation location)Adds a value to the tablevoidCodeAttribute. gotoInstruction(CodeLocation location)writes a goto instruction.voidCodeAttribute. ifAcmpeq(CodeLocation location)voidCodeAttribute. ifAcmpne(CodeLocation location)voidCodeAttribute. ifEq(CodeLocation location)voidCodeAttribute. ifge(CodeLocation location)voidCodeAttribute. ifgt(CodeLocation location)voidCodeAttribute. ifIcmpeq(CodeLocation location)voidCodeAttribute. ifIcmpge(CodeLocation location)voidCodeAttribute. ifIcmpgt(CodeLocation location)voidCodeAttribute. ifIcmple(CodeLocation location)voidCodeAttribute. ifIcmplt(CodeLocation location)voidCodeAttribute. ifIcmpne(CodeLocation location)voidCodeAttribute. ifle(CodeLocation location)voidCodeAttribute. iflt(CodeLocation location)voidCodeAttribute. ifne(CodeLocation location)voidCodeAttribute. ifnotnull(CodeLocation location)voidCodeAttribute. ifnull(CodeLocation location)Jump to the given location if the reference type on the top of the stack is nullConstructors in org.jboss.classfilewriter.code with parameters of type CodeLocation Constructor Description LookupSwitchBuilder(CodeLocation defaultLocation)Builds a lookup switch statement, specifying the default locationTableSwitchBuilder(CodeLocation defaultLocation, int low, int high)Builds a lookup switch statement, specifying the default locationValuePair(int value, CodeLocation location)ValuePair(CodeLocation location)
-