Interface CustomDescription

All Superinterfaces:
PrototypeDescription<com.github.javaparser.ast.body.ClassOrInterfaceDeclaration>
All Known Implementing Classes:
Structures.CustomParsed

public interface CustomDescription extends PrototypeDescription<com.github.javaparser.ast.body.ClassOrInterfaceDeclaration>
  • Method Details

    • setImplementation

      void setImplementation(com.github.javaparser.ast.body.ClassOrInterfaceDeclaration impl)
    • setInterface

      void setInterface(com.github.javaparser.ast.body.ClassOrInterfaceDeclaration intf)
    • setProperties

      void setProperties(PrototypeData properties)