org.eclipse.jdt.internal.compiler.codegen
类 ExceptionLabel

java.lang.Object
  继承者 org.eclipse.jdt.internal.compiler.codegen.Label
      继承者 org.eclipse.jdt.internal.compiler.codegen.ExceptionLabel
直接已知子类:
MultiCatchExceptionLabel

public class ExceptionLabel
extends Label


字段摘要
 TypeBinding exceptionType
           
 int[] ranges
           
 
从类 org.eclipse.jdt.internal.compiler.codegen.Label 继承的字段
codeStream, POS_NOT_SET, position
 
构造方法摘要
ExceptionLabel(CodeStream codeStream, TypeBinding exceptionType)
           
 
方法摘要
 int getCount()
           
 void place()
           
 void placeEnd()
           
 void placeStart()
           
 String toString()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

字段详细信息

ranges

public int[] ranges

exceptionType

public TypeBinding exceptionType
构造方法详细信息

ExceptionLabel

public ExceptionLabel(CodeStream codeStream,
                      TypeBinding exceptionType)
方法详细信息

getCount

public int getCount()

place

public void place()
指定者:
Label 中的 place

placeEnd

public void placeEnd()

placeStart

public void placeStart()

toString

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


Copyright © 2013. All Rights Reserved.