|
Download Sources | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liguorien.flex.generator.writers.as3.methods.GetterSetter
public class GetterSetter
| Field Summary |
|---|
| Fields inherited from interface com.liguorien.flex.generator.writers.MethodWriter |
|---|
COMPARATOR |
| Constructor Summary | |
|---|---|
GetterSetter()
|
|
| Method Summary | |
|---|---|
boolean |
acceptClass(java.lang.Class<?> clazz)
Determines if this writer accepts a class. |
int |
getPriority()
Returns the priority for this writer. |
void |
handleProperty(java.io.Writer w,
java.beans.PropertyDescriptor property,
FlexModelHandler handler)
|
void |
writeMethod(java.io.Writer w,
FlexGenerator gen,
FlexModelHandler handler,
java.lang.Class<?> clazz)
Writes method signature and body to the writer |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GetterSetter()
| Method Detail |
|---|
public void writeMethod(java.io.Writer w,
FlexGenerator gen,
FlexModelHandler handler,
java.lang.Class<?> clazz)
throws java.io.IOException
MethodWriter
writeMethod in interface MethodWriter<FlexModelHandler>w - gen - handler - clazz -
java.io.IOException
public void handleProperty(java.io.Writer w,
java.beans.PropertyDescriptor property,
FlexModelHandler handler)
property - handler - public boolean acceptClass(java.lang.Class<?> clazz)
MethodWriter
acceptClass in interface MethodWriter<FlexModelHandler>clazz - The class to check
public int getPriority()
MethodWriter
getPriority in interface MethodWriter<FlexModelHandler>
|
FlexGenerator | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||