Uses of Class
ch.sahits.phpclassgenerator.MethodDeclaration

Packages that use MethodDeclaration
ch.sahits.phpclassgenerator   
 

Uses of MethodDeclaration in ch.sahits.phpclassgenerator
 

Fields in ch.sahits.phpclassgenerator declared as MethodDeclaration
private  MethodDeclaration XMLTemplateParser.method
           
 

Fields in ch.sahits.phpclassgenerator with type parameters of type MethodDeclaration
private  java.util.Vector<MethodDeclaration> ClassDeclaration.methods
           
 

Methods in ch.sahits.phpclassgenerator that return MethodDeclaration
private  MethodDeclaration CodeGenerator.generateInitGetMethod()
          Produce the PHP code for the initGET method.
private  MethodDeclaration CodeGenerator.generateInitMethod()
          Produce the PHP code for the init method
private  MethodDeclaration CodeGenerator.generateInitPostMethod()
          Produce the PHP code for the initPOST method.
private  MethodDeclaration CodeGenerator.generateInsertMethod(MethodDeclaration methodDeclaration)
          Generate the PHP code for the insert method based on the method fragment.
private  MethodDeclaration CodeGenerator.generateLoadUniqueMethods(MethodDeclaration methodDeclaration)
          Produce the PHP code for the loadUnique method.
private  MethodDeclaration CodeGenerator.generateToStringMethod()
          Produce the PHP code for the toSting methods
private  MethodDeclaration CodeGenerator.generateUpdateMethod(MethodDeclaration methodDeclaration)
          Generate the PHP code for the update method based on the method fragment.
 MethodDeclaration[] ClassDeclaration.getMethods()
          Get all method declarations
private  MethodDeclaration[] CodeGenerator.replaceMethod(MethodDeclaration[] methods)
          Check all methods.
 

Methods in ch.sahits.phpclassgenerator that return types with arguments of type MethodDeclaration
private  java.util.Vector<MethodDeclaration> CodeGenerator.generateGetterMethods()
          Produce the PHP code for the getter methods
private  java.util.Vector<MethodDeclaration> CodeGenerator.generateLoadByFKMethods(MethodDeclaration methodDeclaration)
          Produce the PHP code for the loadbyFK... methods.
private  java.util.Vector<MethodDeclaration> CodeGenerator.generateSetterMethods()
          Produce the PHP code for the setter methods
 

Methods in ch.sahits.phpclassgenerator with parameters of type MethodDeclaration
 void ClassDeclaration.addMethod(MethodDeclaration method)
          Add a whole method
private  MethodDeclaration CodeGenerator.generateInsertMethod(MethodDeclaration methodDeclaration)
          Generate the PHP code for the insert method based on the method fragment.
private  java.util.Vector<MethodDeclaration> CodeGenerator.generateLoadByFKMethods(MethodDeclaration methodDeclaration)
          Produce the PHP code for the loadbyFK... methods.
private  MethodDeclaration CodeGenerator.generateLoadUniqueMethods(MethodDeclaration methodDeclaration)
          Produce the PHP code for the loadUnique method.
private  MethodDeclaration CodeGenerator.generateUpdateMethod(MethodDeclaration methodDeclaration)
          Generate the PHP code for the update method based on the method fragment.
private  MethodDeclaration[] CodeGenerator.replaceMethod(MethodDeclaration[] methods)
          Check all methods.