public interface sun.tools.java.ParserActions
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: sun.tools.java.ParserActions
  super_class: java.lang.Object
{
  public abstract void packageDeclaration(long, sun.tools.java.IdentifierToken);
    descriptor: (JLsun/tools/java/IdentifierToken;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      off   
      nm    

  public abstract void importClass(long, sun.tools.java.IdentifierToken);
    descriptor: (JLsun/tools/java/IdentifierToken;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      off   
      nm    

  public abstract void importPackage(long, sun.tools.java.IdentifierToken);
    descriptor: (JLsun/tools/java/IdentifierToken;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      off   
      nm    

  public abstract sun.tools.java.ClassDefinition beginClass(long, java.lang.String, int, sun.tools.java.IdentifierToken, sun.tools.java.IdentifierToken, sun.tools.java.IdentifierToken[]);
    descriptor: (JLjava/lang/String;ILsun/tools/java/IdentifierToken;Lsun/tools/java/IdentifierToken;[Lsun/tools/java/IdentifierToken;)Lsun/tools/java/ClassDefinition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      off   
      doc   
      mod   
      nm    
      sup   
      impl  

  public abstract void endClass(long, sun.tools.java.ClassDefinition);
    descriptor: (JLsun/tools/java/ClassDefinition;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      off   
      c     

  public abstract void defineField(long, sun.tools.java.ClassDefinition, java.lang.String, int, sun.tools.java.Type, sun.tools.java.IdentifierToken, sun.tools.java.IdentifierToken[], sun.tools.java.IdentifierToken[], sun.tools.tree.Node);
    descriptor: (JLsun/tools/java/ClassDefinition;Ljava/lang/String;ILsun/tools/java/Type;Lsun/tools/java/IdentifierToken;[Lsun/tools/java/IdentifierToken;[Lsun/tools/java/IdentifierToken;Lsun/tools/tree/Node;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      where  
      c      
      doc    
      mod    
      t      
      nm     
      args   
      exp    
      val    
}
SourceFile: "ParserActions.java"