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