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

    • setSpec

      void setSpec(com.github.javaparser.ast.body.ClassOrInterfaceDeclaration spec)
    • setIntf

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

      void setProperties(PrototypeData properties)