Uses of Interface
ida.pelab.cgn.ICodeGenerator

Packages that use ICodeGenerator
ida.pelab.cgn.ccode   
ida.pelab.cgn.TextComment   
ida.pelab.prt.annotation   
 

Uses of ICodeGenerator in ida.pelab.cgn.ccode
 

Classes in ida.pelab.cgn.ccode that implement ICodeGenerator
 class CCodeGenerator
           
 

Uses of ICodeGenerator in ida.pelab.cgn.TextComment
 

Classes in ida.pelab.cgn.TextComment that implement ICodeGenerator
 class CommentCodeGenerator
           
 

Uses of ICodeGenerator in ida.pelab.prt.annotation
 

Methods in ida.pelab.prt.annotation that return ICodeGenerator
static ICodeGenerator AnnotationModule.getCodeTool()
           
 

Methods in ida.pelab.prt.annotation with parameters of type ICodeGenerator
static void AnnotationModule.setCodeTool(ICodeGenerator codeTool)