Uses of Class
net.sf.rej.util.Range

Packages that use Range
net.sf.rej.gui.split Provides synchronized split-screen functionality. 
net.sf.rej.java Contains core bytecode parsing and construction related classes. 
net.sf.rej.java.attribute Provides classes that model the various class file attributes 
net.sf.rej.java.constantpool Provides constant pool related functionality. 
net.sf.rej.util Utility classes used by both reJ API and GUI. 
 

Uses of Range in net.sf.rej.gui.split
 

Methods in net.sf.rej.gui.split that return Range
 Range StructureToHexSync.getRange(StructureNode node)
           
 

Method parameters in net.sf.rej.gui.split with type arguments of type Range
 void StructureToHexSync.setOffsets(java.util.Map<java.lang.Object,Range> offsets)
           
 void StructureSplitSynchronizer.setOffsets(java.util.Map<java.lang.Object,Range> offsets)
           
 void ConstantPoolToHexSync.setOffsets(java.util.Map<java.lang.Object,Range> offsets)
           
 void ConstantPoolSplitSynchronizer.setOffsets(java.util.Map<java.lang.Object,Range> offsets)
           
 void BytecodeToHexSync.setOffsets(java.util.Map<java.lang.Object,Range> offsets)
           
 void BytecodeSplitSynchronizer.setOffsets(java.util.Map<java.lang.Object,Range> offsets)
           
 

Uses of Range in net.sf.rej.java
 

Methods in net.sf.rej.java that return types with arguments of type Range
 java.util.Map<java.lang.Object,Range> Method.getOffsetMap()
          Returns a map of offsets of each significant element of this method.
 java.util.Map<java.lang.Object,Range> Field.getOffsetMap()
          Returns a map of offsets of each significant element of this field.
 java.util.Map<java.lang.Object,Range> ClassFile.getOffsetMap()
          Returns a map of offsets of each significant element of the class file.
 

Uses of Range in net.sf.rej.java.attribute
 

Methods in net.sf.rej.java.attribute that return types with arguments of type Range
 java.util.Map<java.lang.Object,Range> CodeAttribute.getOffsetMap()
          Returns a map of offsets of each significant element of this method.
 java.util.Map<java.lang.Object,Range> Attributes.getOffsetMap(int initialOffset)
          Returns a map of offsets of each significant element of this method.
 

Uses of Range in net.sf.rej.java.constantpool
 

Methods in net.sf.rej.java.constantpool that return types with arguments of type Range
 java.util.Map<java.lang.Object,Range> ConstantPool.getOffsetMap(int initialOffset)
          Returns a map of offsets of each significant element of this method.
 

Uses of Range in net.sf.rej.util
 

Methods in net.sf.rej.util that return Range
 Range Range.offsetBy(int offset)