Uses of Class
ch.sahits.phpclassgenerator.ClassDeclaration

Packages that use ClassDeclaration
ch.sahits.phpclassgenerator   
 

Uses of ClassDeclaration in ch.sahits.phpclassgenerator
 

Fields in ch.sahits.phpclassgenerator declared as ClassDeclaration
private  ClassDeclaration CodeGenerator._class
           
private  ClassDeclaration XMLTemplateParser._class
           
 

Methods in ch.sahits.phpclassgenerator that return ClassDeclaration
 ClassDeclaration XMLTemplateParser.getClassDeclaration()
           
 

Methods in ch.sahits.phpclassgenerator with parameters of type ClassDeclaration
private  void CodeGenerator.generateCode4Constants(ClassDeclaration cd)
          The class definition may contain constants defined in Constants that have to be replaced by actual code.