| java.lang.Object biz.hammurapi.codegen.ClassGeneratorBase biz.hammurapi.codegen.Class
Methods inherited from biz.hammurapi.codegen.ClassGeneratorBase | public void addField(String declaration, String description, Properties attributes) throws GenerationException(Code)(Java Doc) public void addStaticInitializer(InstructionList instructionList, Collection exceptionHandlers, String description) throws GenerationException(Code)(Java Doc) protected boolean checkMethod(Object signature, String returnType, Collection throwsList) throws GenerationException(Code)(Java Doc) public InstructionList cloneInstructions(java.lang.Class clazz, String signature) throws ClassNotFoundException, NoSuchMethodException(Code)(Java Doc) public static String concat(String packageName, String className)(Code)(Java Doc) public FieldInstruction createGetField(String fieldName)(Code)(Java Doc) public InvokeInstruction createInvoke(String signature, Collection parameters, short type) throws GenerationException(Code)(Java Doc) public InvokeInstruction createInvoke(String className, String signature, Collection parameters, short type) throws GenerationException(Code)(Java Doc) public FieldInstruction createPutField(String fieldName)(Code)(Java Doc) protected static AST field(String definition) throws GenerationException(Code)(Java Doc) public ClassGen getClassGen()(Code)(Java Doc) public InstructionFactory getInstructionFactory()(Code)(Java Doc) public JavaClass getJavaClass()(Code)(Java Doc) public static Method getMethod(java.lang.Class clazz, String signature) throws ClassNotFoundException, NoSuchMethodException(Code)(Java Doc) public boolean hasField(String name)(Code)(Java Doc) protected static AST invocation(String definition) throws GenerationException(Code)(Java Doc) public static Type java2BcelType(String type)(Code)(Java Doc) public static short modifiers(Collection modifiers) throws GenerationException(Code)(Java Doc) public static void printMethod(java.lang.Class clazz, String signature) throws ClassNotFoundException, NoSuchMethodException(Code)(Java Doc) public static void printMethod(Method method)(Code)(Java Doc) public void save(File dir) throws IOException(Code)(Java Doc) protected static void showField(String field) throws GenerationException(Code)(Java Doc) protected static void showInvocation(String invocation) throws GenerationException(Code)(Java Doc) protected static void showTypeDefinition(String typeDefinition) throws GenerationException(Code)(Java Doc) protected static String toString(AST ast)(Code)(Java Doc) protected static AST typeDefinition(String definition) throws GenerationException(Code)(Java Doc) public static Collection verify(Collection javaClasses, ClassLoader classLoader)(Code)(Java Doc)
|
|
|