muskel
Class InstructionTag

java.lang.Object
  extended by muskel.InstructionTag
All Implemented Interfaces:
java.io.Serializable

public class InstructionTag
extends java.lang.Object
implements java.io.Serializable

This is used to hash the instructions in the pool

See Also:
Serialized Form

Constructor Summary
InstructionTag(int i, int g)
           
 
Method Summary
 boolean equals(InstructionTag tag)
           
 int getGt()
           
 int getIt()
           
 int hashCode()
           
static InstructionTag parseTag(java.lang.String tag)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InstructionTag

public InstructionTag(int i,
                      int g)
Method Detail

getIt

public int getIt()

getGt

public int getGt()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

parseTag

public static InstructionTag parseTag(java.lang.String tag)

equals

public boolean equals(InstructionTag tag)

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object