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

java.lang.Object
  继承者 org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.ExceptionMarker
所有已实现的接口:
Comparable
包容类:
StackMapFrameCodeStream

public static class StackMapFrameCodeStream.ExceptionMarker
extends Object
implements Comparable


字段摘要
 char[] constantPoolName
           
 int pc
           
 
构造方法摘要
StackMapFrameCodeStream.ExceptionMarker(int pc, char[] constantPoolName)
           
 
方法摘要
 int compareTo(Object o)
           
 boolean equals(Object obj)
           
 int hashCode()
           
 String toString()
           
 
从类 java.lang.Object 继承的方法
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

字段详细信息

constantPoolName

public char[] constantPoolName

pc

public int pc
构造方法详细信息

StackMapFrameCodeStream.ExceptionMarker

public StackMapFrameCodeStream.ExceptionMarker(int pc,
                                               char[] constantPoolName)
方法详细信息

compareTo

public int compareTo(Object o)
指定者:
接口 Comparable 中的 compareTo

equals

public boolean equals(Object obj)
覆盖:
Object 中的 equals

hashCode

public int hashCode()
覆盖:
Object 中的 hashCode

toString

public String toString()
覆盖:
Object 中的 toString


Copyright © 2013. All Rights Reserved.