org.eclipse.jdt.internal.compiler.codegen
Class StackMapFrameCodeStream.ExceptionMarker

java.lang.Object
  extended by org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.ExceptionMarker
All Implemented Interfaces:
java.lang.Comparable
Enclosing class:
StackMapFrameCodeStream

public static class StackMapFrameCodeStream.ExceptionMarker
extends java.lang.Object
implements java.lang.Comparable


Field Summary
 char[] constantPoolName
           
 int pc
           
 
Constructor Summary
StackMapFrameCodeStream.ExceptionMarker(int pc, char[] constantPoolName)
           
 
Method Summary
 int compareTo(java.lang.Object o)
           
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

constantPoolName

public char[] constantPoolName

pc

public int pc
Constructor Detail

StackMapFrameCodeStream.ExceptionMarker

public StackMapFrameCodeStream.ExceptionMarker(int pc,
                                               char[] constantPoolName)
Method Detail

compareTo

public int compareTo(java.lang.Object o)
Specified by:
compareTo in interface java.lang.Comparable

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

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

toString

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