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

java.lang.Object
  extended by org.eclipse.jdt.internal.compiler.codegen.Label
      extended by org.eclipse.jdt.internal.compiler.codegen.ExceptionLabel
Direct Known Subclasses:
MultiCatchExceptionLabel

public class ExceptionLabel
extends Label


Field Summary
 TypeBinding exceptionType
           
 int[] ranges
           
 
Fields inherited from class org.eclipse.jdt.internal.compiler.codegen.Label
codeStream, POS_NOT_SET, position
 
Constructor Summary
ExceptionLabel(CodeStream codeStream, TypeBinding exceptionType)
           
 
Method Summary
 int getCount()
           
 void place()
           
 void placeEnd()
           
 void placeStart()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ranges

public int[] ranges

exceptionType

public TypeBinding exceptionType
Constructor Detail

ExceptionLabel

public ExceptionLabel(CodeStream codeStream,
                      TypeBinding exceptionType)
Method Detail

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.