Class CompiledPrototypesHandler

java.lang.Object
net.binis.codegen.generation.core.CompiledPrototypesHandler

public abstract class CompiledPrototypesHandler extends Object
  • Constructor Details

    • CompiledPrototypesHandler

      public CompiledPrototypesHandler()
  • Method Details

    • handleCompiledPrototype

      public static boolean handleCompiledPrototype(String compiledPrototype)
    • handleExtends

      protected static void handleExtends(Class<Object> c, com.github.javaparser.ast.body.ClassOrInterfaceDeclaration decl)
    • handleCompiledEnumPrototype

      public static boolean handleCompiledEnumPrototype(String compiledPrototype)