|
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.BuilderMethodWriter
public abstract class BuilderMethodWriter
Abstract class for each MethodWriter of FlexModelBuilderHandler.
Used mainly to reduce the size of the lines of code :P
| Field Summary |
|---|
| Fields inherited from interface com.liguorien.flex.generator.writers.MethodWriter |
|---|
COMPARATOR |
| Constructor Summary | |
|---|---|
BuilderMethodWriter()
|
|
| Method Summary | |
|---|---|
boolean |
acceptClass(java.lang.Class<?> clazz)
Accepts any class |
int |
getPriority()
Returns the priority for this writer. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.liguorien.flex.generator.writers.MethodWriter |
|---|
writeMethod |
| Constructor Detail |
|---|
public BuilderMethodWriter()
| Method Detail |
|---|
public boolean acceptClass(java.lang.Class<?> clazz)
acceptClass in interface MethodWriter<FlexModelBuilderHandler>clazz - The class waiting for acceptation.
public int getPriority()
MethodWriter
getPriority in interface MethodWriter<FlexModelBuilderHandler>
|
FlexGenerator | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||