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

java.lang.Object
  继承者 org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream.StackMarker
包容类:
StackMapFrameCodeStream

public static class StackMapFrameCodeStream.StackMarker
extends Object


字段摘要
 int destinationPC
           
 VerificationTypeInfo[] infos
           
 int pc
           
 
构造方法摘要
StackMapFrameCodeStream.StackMarker(int pc, int destinationPC)
           
 
方法摘要
 void setInfos(VerificationTypeInfo[] infos)
           
 String toString()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

字段详细信息

pc

public int pc

destinationPC

public int destinationPC

infos

public VerificationTypeInfo[] infos
构造方法详细信息

StackMapFrameCodeStream.StackMarker

public StackMapFrameCodeStream.StackMarker(int pc,
                                           int destinationPC)
方法详细信息

setInfos

public void setInfos(VerificationTypeInfo[] infos)

toString

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


Copyright © 2013. All Rights Reserved.