Class MultiCatchExceptionLabel
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.compiler.codegen.Label
org.aspectj.org.eclipse.jdt.internal.compiler.codegen.ExceptionLabel
org.aspectj.org.eclipse.jdt.internal.compiler.codegen.MultiCatchExceptionLabel
-
Field Summary
Fields inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.codegen.ExceptionLabel
exceptionType, exceptionTypeReference, ranges, se7AnnotationsFields inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.codegen.Label
codeStream, POS_NOT_SET, position -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetCount()voidinitialize(UnionTypeReference typeReference, Annotation[] annotations) voidplace()voidplaceEnd()voidMethods inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.codegen.ExceptionLabel
toString
-
Constructor Details
-
MultiCatchExceptionLabel
-
-
Method Details
-
initialize
-
place
public void place()- Overrides:
placein classExceptionLabel
-
placeEnd
public void placeEnd()- Overrides:
placeEndin classExceptionLabel
-
placeStart
public void placeStart()- Overrides:
placeStartin classExceptionLabel
-
getCount
public int getCount()- Overrides:
getCountin classExceptionLabel
-