public interface org.apache.xmlgraphics.ps.dsc.events.DSCEvent extends org.apache.xmlgraphics.ps.dsc.DSCParserConstants
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.apache.xmlgraphics.ps.dsc.events.DSCEvent
  super_class: java.lang.Object
{
  public abstract int getEventType();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.apache.xmlgraphics.ps.dsc.events.DSCComment asDSCComment();
    descriptor: ()Lorg/apache/xmlgraphics/ps/dsc/events/DSCComment;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.apache.xmlgraphics.ps.dsc.events.PostScriptLine asLine();
    descriptor: ()Lorg/apache/xmlgraphics/ps/dsc/events/PostScriptLine;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract boolean isDSCComment();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract boolean isComment();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract boolean isHeaderComment();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract boolean isLine();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void generate(org.apache.xmlgraphics.ps.PSGenerator);
    descriptor: (Lorg/apache/xmlgraphics/ps/PSGenerator;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      gen   
}
SourceFile: "DSCEvent.java"