Uses of Class
wt.tools.generation.language.JavaMethodGenerator

Packages that use JavaMethodGenerator
wt.tools.generation.architecture   
wt.tools.generation.architecture.service   
wt.tools.generation.language   
 

Uses of JavaMethodGenerator in wt.tools.generation.architecture
 

Subclasses of JavaMethodGenerator in wt.tools.generation.architecture
 class WTMethodGenerator
           
 

Methods in wt.tools.generation.architecture that return JavaMethodGenerator
static JavaMethodGenerator WTMethodGenerator.get()
           
static JavaMethodGenerator WTMethodGenerator.get()
           
 

Uses of JavaMethodGenerator in wt.tools.generation.architecture.service
 

Subclasses of JavaMethodGenerator in wt.tools.generation.architecture.service
 class ConceptualMethod
           
 class ForwarderMethod
           
 class ImplementationMethod
           
 class RemoteForwarderMethod
           
 

Methods in wt.tools.generation.architecture.service that return JavaMethodGenerator
static JavaMethodGenerator RemoteForwarderMethod.get()
           
static JavaMethodGenerator ImplementationMethod.get()
           
static JavaMethodGenerator ForwarderMethod.get(String forwardName)
           
static JavaMethodGenerator ConceptualMethod.get()
           
static JavaMethodGenerator RemoteForwarderMethod.get()
           
static JavaMethodGenerator ImplementationMethod.get()
           
static JavaMethodGenerator ForwarderMethod.get(String forwardName)
           
static JavaMethodGenerator ConceptualMethod.get()
           
 

Uses of JavaMethodGenerator in wt.tools.generation.language
 

Fields in wt.tools.generation.language declared as JavaMethodGenerator
private  JavaMethodGenerator JavaSourceWriter.methodGenerator
           
protected static JavaMethodGenerator JavaMethodGenerator.theInstance
           
private  JavaMethodGenerator JavaSourceWriter.methodGenerator
           
protected static JavaMethodGenerator JavaMethodGenerator.theInstance
           
 

Methods in wt.tools.generation.language that return JavaMethodGenerator
static JavaMethodGenerator JavaMethodGenerator.get()
           
static JavaMethodGenerator JavaMethodGenerator.get()
           
 

Methods in wt.tools.generation.language with parameters of type JavaMethodGenerator
static JavaSourceWriter JavaSourceWriter.get(ClassClass source, WriteMode writeMode, JavaMethodGenerator methodGen)
           
static JavaSourceWriter JavaSourceWriter.get(ClassClass source, WriteMode writeMode, JavaMethodGenerator methodGen)