public interface org.hamcrest.generator.SugarConfiguration
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: org.hamcrest.generator.SugarConfiguration
super_class: java.lang.Object
{
public abstract void addWriter(org.hamcrest.generator.FactoryWriter);
descriptor: (Lorg/hamcrest/generator/FactoryWriter;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
factoryWriter
public abstract void addFactoryMethod(org.hamcrest.generator.FactoryMethod);
descriptor: (Lorg/hamcrest/generator/FactoryMethod;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
method
public abstract void addFactoryMethods(java.lang.Iterable<org.hamcrest.generator.FactoryMethod>);
descriptor: (Ljava/lang/Iterable;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Ljava/lang/Iterable<Lorg/hamcrest/generator/FactoryMethod;>;)V
MethodParameters:
Name Flags
methods
}
SourceFile: "SugarConfiguration.java"