com.liguorien.flex.generator.writers.as3.methods
Class GetBasicArray
java.lang.Object
com.liguorien.flex.generator.writers.as3.BuilderMethodWriter
com.liguorien.flex.generator.writers.as3.methods.GetBasicArray
- All Implemented Interfaces:
- MethodWriter<FlexModelBuilderHandler>
public class GetBasicArray
- extends BuilderMethodWriter
- Version:
- 0.2
- Author:
- Nicolas Désy
|
Constructor Summary |
GetBasicArray(java.lang.Class<?> clazz,
java.beans.PropertyDescriptor prop)
Creates a new instance of GetBasicArray |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
GetBasicArray
public GetBasicArray(java.lang.Class<?> clazz,
java.beans.PropertyDescriptor prop)
- Creates a new instance of GetBasicArray
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 - The Writerg - The current generatorhandler - The current handlerclazz - The current clazz
- Throws:
java.io.IOException
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
Copyright 2006 Nicolas Désy. All rights reserved.