Download Sources

com.liguorien.flex.generator.writers.as3.methods
Class GetInstance

java.lang.Object
  extended by com.liguorien.flex.generator.writers.as3.BuilderMethodWriter
      extended by com.liguorien.flex.generator.writers.as3.methods.GetInstance
All Implemented Interfaces:
MethodWriter<FlexModelBuilderHandler>

public class GetInstance
extends BuilderMethodWriter

Version:
0.2
Author:
Nicolas Désy

Field Summary
 
Fields inherited from interface com.liguorien.flex.generator.writers.MethodWriter
COMPARATOR
 
Constructor Summary
GetInstance()
           
 
Method Summary
 void writeMethod(java.io.Writer w, FlexGenerator g, FlexModelBuilderHandler handler, java.lang.Class<?> clazz)
          Writes method signature and body to the writer
 
Methods inherited from class com.liguorien.flex.generator.writers.as3.BuilderMethodWriter
acceptClass, getPriority
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetInstance

public GetInstance()
Method Detail

writeMethod

public void writeMethod(java.io.Writer w,
                        FlexGenerator g,
                        FlexModelBuilderHandler handler,
                        java.lang.Class<?> clazz)
                 throws java.io.IOException
Description copied from interface: MethodWriter
Writes method signature and body to the writer

Parameters:
w -
g -
handler -
clazz -
Throws:
java.io.IOException

FlexGenerator

Copyright 2006 Nicolas Désy. All rights reserved.