Uses of Class
edu.rit.classfile.Location

Packages that use Location
edu.rit.classfile Package edu.rit.classfile is the RIT Classfile Library for analyzing and synthesizing class files. 
 

Uses of Location in edu.rit.classfile
 

Methods in edu.rit.classfile that return Location
 Location ExceptionHandler.getEndLocation()
          Returns this exception handler's end location.
 Location ExceptionHandler.getHandlerLocation()
          Returns this exception handler's handler location.
 Location ExceptionHandler.getStartLocation()
          Returns this exception handler's start location.
 

Methods in edu.rit.classfile with parameters of type Location
 void SwitchInstruction.addCase(int theCaseValue, Location theTarget)
          Add a (case value, target branch location) pair to this switch instruction.
 void SynthesizedConstructorDescription.addExceptionHandler(Location theStartLocation, Location theEndLocation, Location theHandlerLocation, ClassReference theCatchType)
          Add an exception handler to the described constructor's list of exception handlers.
 void SynthesizedClassInitializerDescription.addExceptionHandler(Location theStartLocation, Location theEndLocation, Location theHandlerLocation, ClassReference theCatchType)
          Add an exception handler to the described class initializer's list of exception handlers.
 void SynthesizedMethodDescription.addExceptionHandler(Location theStartLocation, Location theEndLocation, Location theHandlerLocation, ClassReference theCatchType)
          Add an exception handler to the described method's list of exception handlers.
static Instruction Op.GOTO_W(Location theTarget)
          A goto_w instruction.
static Instruction Op.GOTO(Location theTarget)
          A goto instruction.
static Instruction Op.IF_ACMPEQ(Location theTarget)
          An if_acmpeq instruction.
static Instruction Op.IF_ACMPNE(Location theTarget)
          An if_acmpne instruction.
static Instruction Op.IF_ICMPEQ(Location theTarget)
          An if_icmpeq instruction.
static Instruction Op.IF_ICMPGE(Location theTarget)
          An if_icmpge instruction.
static Instruction Op.IF_ICMPGT(Location theTarget)
          An if_icmpgt instruction.
static Instruction Op.IF_ICMPLE(Location theTarget)
          An if_icmple instruction.
static Instruction Op.IF_ICMPLT(Location theTarget)
          An if_icmplt instruction.
static Instruction Op.IF_ICMPNE(Location theTarget)
          An if_icmpne instruction.
static Instruction Op.IFEQ(Location theTarget)
          An ifeq instruction.
static Instruction Op.IFGE(Location theTarget)
          An ifge instruction.
static Instruction Op.IFGT(Location theTarget)
          An ifgt instruction.
static Instruction Op.IFLE(Location theTarget)
          An ifle instruction.
static Instruction Op.IFLT(Location theTarget)
          An iflt instruction.
static Instruction Op.IFNE(Location theTarget)
          An ifne instruction.
static Instruction Op.IFNONNULL(Location theTarget)
          An ifnonnull instruction.
static Instruction Op.IFNULL(Location theTarget)
          An ifnull instruction.
static Instruction Op.JSR_W(Location theTarget)
          A jsr_w instruction.
static Instruction Op.JSR(Location theTarget)
          A jsr instruction.
static SwitchInstruction Op.LOOKUPSWITCH(Location theDefaultTarget)
          A lookupswitch instruction.
static SwitchInstruction Op.TABLESWITCH(Location theDefaultTarget)
          A tableswitch instruction.
 



Copyright © 2001-2006 by Alan Kaminsky. All rights reserved. Send comments to ark­@­cs.rit.edu.