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

java.lang.Object
  继承者 org.eclipse.jdt.internal.compiler.codegen.Label
      继承者 org.eclipse.jdt.internal.compiler.codegen.ExceptionLabel
          继承者 org.eclipse.jdt.internal.compiler.codegen.MultiCatchExceptionLabel

public class MultiCatchExceptionLabel
extends ExceptionLabel


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

构造方法详细信息

MultiCatchExceptionLabel

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

initialize

public void initialize(UnionTypeReference typeReference)

place

public void place()
覆盖:
ExceptionLabel 中的 place

placeEnd

public void placeEnd()
覆盖:
ExceptionLabel 中的 placeEnd

placeStart

public void placeStart()
覆盖:
ExceptionLabel 中的 placeStart

getCount

public int getCount()
覆盖:
ExceptionLabel 中的 getCount


Copyright © 2013. All Rights Reserved.