Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
Allocator.CodeAllocator.InstructionPointer

Uses of CodeAllocator.InstructionPointer in Allocator
 

Methods in Allocator with parameters of type CodeAllocator.InstructionPointer
 int CodeAllocator.InstructionPointer.compareTo(CodeAllocator.InstructionPointer that)
          Compare this instruction pointer to another instruction pointer.
 boolean CodeAllocator.InstructionPointer.equals(CodeAllocator.InstructionPointer that)
          Returns true if this instruction pointer refers to the same location as the given instruction pointer, false otherwise.