Download Sources

Uses of Interface
com.liguorien.flex.generator.writers.MethodWriter

Packages that use MethodWriter
com.liguorien.flex.generator Provides annotations and the generator class. 
com.liguorien.flex.generator.handlers Provides handlers for the generator. 
com.liguorien.flex.generator.writers Provides interfaces for writer types. 
com.liguorien.flex.generator.writers.as3 Provides ClassWriter for AS3 code generation. 
com.liguorien.flex.generator.writers.as3.methods Provides MethodWriter for AS3 code generation. 
com.liguorien.flex.generator.writers.dom4j.methods Provides MethodWriter for dom4j code generation. 
 

Uses of MethodWriter in com.liguorien.flex.generator
 

Method parameters in com.liguorien.flex.generator with type arguments of type MethodWriter
<T extends FlexGeneratorHandler>
void
FlexGenerator.writeMethods(java.io.Writer w, T handler, java.util.Collection<MethodWriter<T>> methods, java.lang.Class<?> clazz)
          Iterates over a List of MethodWriter and let them write code if they accept to class sent in parameters.
 

Uses of MethodWriter in com.liguorien.flex.generator.handlers
 

Methods in com.liguorien.flex.generator.handlers that return types with arguments of type MethodWriter
 java.util.Set<MethodWriter<T>> AbstractGeneratorHandler.getContextMethodWriters()
          Returns the method writers which are been added for the current class
 java.util.List<MethodWriter<T>> AbstractGeneratorHandler.getMethodWriters()
          Returns the method writers of this handler.
 

Methods in com.liguorien.flex.generator.handlers with parameters of type MethodWriter
 void AbstractGeneratorHandler.addContextMethodWriter(MethodWriter<T> writer)
          Add a new MethodWriter for the current class only.
 void AbstractGeneratorHandler.addMethodWriter(MethodWriter<T> writer)
          Add a MethodWriter to this handler.
 

Uses of MethodWriter in com.liguorien.flex.generator.writers
 

Fields in com.liguorien.flex.generator.writers with type parameters of type MethodWriter
static java.util.Comparator<MethodWriter> MethodWriter.COMPARATOR
          Comparator used to sort a List of MethodWriter
 

Uses of MethodWriter in com.liguorien.flex.generator.writers.as3
 

Classes in com.liguorien.flex.generator.writers.as3 that implement MethodWriter
 class BuilderMethodWriter
          Abstract class for each MethodWriter of FlexModelBuilderHandler.
 class ContextMethodWriter
           
 

Uses of MethodWriter in com.liguorien.flex.generator.writers.as3.methods
 

Classes in com.liguorien.flex.generator.writers.as3.methods that implement MethodWriter
 class GetBasicArray
           
 class GetBasicMap
           
 class GetBasicMapXML
           
 class GetBasicXML
           
 class GetBasicXMLList
           
 class GetEntityArray
           
 class GetEntityMap
           
 class GetEntityMapXML
           
 class GetEntityXMLList
           
 class GetInstance
           
 class GetString
           
 class GetterSetter
           
 class GetXML
           
 

Uses of MethodWriter in com.liguorien.flex.generator.writers.dom4j.methods
 

Classes in com.liguorien.flex.generator.writers.dom4j.methods that implement MethodWriter
 class GetArray
          Generates a method who builds an array from a dom4j element.
 class GetArrayElement
          Generates a method who builds a dom4j element from an array of basic types.
 class GetCollection
           
 class GetCollectionElement
           
 class GetElement
           
 class GetEntityArrayElement
           
 class GetEntityCollection
           
 class GetEntityCollectionElement
           
 class GetEntityMapElement
           
 class GetMap
           
 class GetMapElement
           
 class GetPrimitiveArrayElement
           
 


FlexGenerator

Copyright 2006 Nicolas Désy. All rights reserved.