org.eclipse.jdt.internal.compiler.codegen
Class ExceptionLabel
java.lang.Object
org.eclipse.jdt.internal.compiler.codegen.Label
org.eclipse.jdt.internal.compiler.codegen.ExceptionLabel
- Direct Known Subclasses:
- 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()
- Specified by:
place
in class Label
placeEnd
public void placeEnd()
placeStart
public void placeStart()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2012. All Rights Reserved.