|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mule.devkit.model.code.AbstractExpression
org.mule.devkit.model.code.GeneratedVariable
org.mule.devkit.model.code.GeneratedField
public class GeneratedField
A field that can have a GeneratedJavaDocComment associated with it
| Method Summary | |
|---|---|
void |
declare(Formatter f)
|
GeneratedJavaDocComment |
javadoc()
Creates, if necessary, and returns the class javadoc for this DefinedClass |
void |
name(String name)
Changes the name of this variable. |
String |
toString()
|
| Methods inherited from class org.mule.devkit.model.code.GeneratedVariable |
|---|
annotate, annotate, annotate2, annotations, assign, assignPlus, bind, generate, init, isAnnotated, mods, name, type, type |
| Methods inherited from class org.mule.devkit.model.code.AbstractExpression |
|---|
_instanceof, band, bor, cand, complement, component, cor, decr, div, eq, gt, gte, incr, invoke, invoke, isNotNull, isNull, lt, lte, minus, minus, mod, mul, ne, not, plus, ref, ref, shl, shr, shrz, xor |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.mule.devkit.model.code.GeneratedExpression |
|---|
_instanceof, band, bor, cand, complement, component, cor, decr, div, eq, gt, gte, incr, invoke, invoke, isNotNull, isNull, lt, lte, minus, minus, mod, mul, ne, not, plus, ref, ref, shl, shr, shrz, xor |
| Method Detail |
|---|
public void name(String name)
GeneratedVariable
name in class GeneratedVariablepublic GeneratedJavaDocComment javadoc()
javadoc in interface Documentablepublic void declare(Formatter f)
declare in interface Declarationdeclare in class GeneratedVariablepublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||