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

java.lang.Object
  extended by org.eclipse.jdt.internal.compiler.codegen.Label
      extended by org.eclipse.jdt.internal.compiler.codegen.ExceptionLabel
          extended by org.eclipse.jdt.internal.compiler.codegen.MultiCatchExceptionLabel

public class MultiCatchExceptionLabel
extends ExceptionLabel


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

Constructor Detail

MultiCatchExceptionLabel

public MultiCatchExceptionLabel(CodeStream codeStream,
                                TypeBinding exceptionType)
Method Detail

initialize

public void initialize(UnionTypeReference typeReference)

place

public void place()
Overrides:
place in class ExceptionLabel

placeEnd

public void placeEnd()
Overrides:
placeEnd in class ExceptionLabel

placeStart

public void placeStart()
Overrides:
placeStart in class ExceptionLabel

getCount

public int getCount()
Overrides:
getCount in class ExceptionLabel


Copyright © 2012. All Rights Reserved.