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
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.