|
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.AS3Writer
com.liguorien.flex.generator.writers.as3.TextElement
public class TextElement
| Field Summary |
|---|
| Fields inherited from class com.liguorien.flex.generator.writers.as3.AS3Writer |
|---|
WRITER |
| Constructor Summary | |
|---|---|
TextElement()
|
|
| Method Summary | |
|---|---|
void |
writeProperty(java.io.Writer w,
FlexGenerator g,
java.lang.String varName,
java.beans.PropertyDescriptor prop,
java.lang.String prefix,
java.lang.String suffix,
NodeType type)
Writes code to access a property. |
| Methods inherited from class com.liguorien.flex.generator.writers.as3.AS3Writer |
|---|
getClassIndentationLevel, getContextWriter, getTypeName, setContextWriter, writeClassDeclaration, writeClassEnd, writePackageDeclaration |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TextElement()
| Method Detail |
|---|
public void writeProperty(java.io.Writer w,
FlexGenerator g,
java.lang.String varName,
java.beans.PropertyDescriptor prop,
java.lang.String prefix,
java.lang.String suffix,
NodeType type)
throws java.io.IOException
ClassWriter
writeProperty in interface ClassWriterwriteProperty in class AS3Writerw - The writer used to output the resultg - The current generator.varName - The name of variable where the property is accessedprop - The ProspectorDescriptor of the current propertyprefix - The code to be written before generated code (can be null)suffix - The code to be written after generated code (can be null)type - The type of XML element for this property
java.io.IOException - If an IO error occursNodeType
|
FlexGenerator | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||