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

public class ExceptionLabel extends Label
  • Field Details

    • ranges

      public int[] ranges
    • exceptionType

      public TypeBinding exceptionType
    • exceptionTypeReference

      public TypeReference exceptionTypeReference
    • se7Annotations

      public Annotation[] se7Annotations
  • Constructor Details

  • Method Details

    • 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