Package | Description |
---|---|
org.codehaus.modello.plugin.java.javasource | |
org.codehaus.modello.plugins.xml |
Modifier and Type | Method and Description |
---|---|
JSourceCode |
JMethod.getSourceCode()
Returns the JSourceCode for the method body.
|
JSourceCode |
JConstructor.getSourceCode() |
JSourceCode |
JClass.getStaticInitializationCode()
Returns the JSourceCode for the static initializer
of this JClass
|
Modifier and Type | Method and Description |
---|---|
void |
JSourceCode.copyInto(JSourceCode jsc)
Copies the contents of this JSourceCode into the given JSourceCode
|
void |
JMethod.setSourceCode(JSourceCode source)
Sets the given JSourceCode as the source code (method body)
for this JMethod.
|
void |
JConstructor.setSourceCode(JSourceCode sourceCode) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractXmlJavaGenerator.writeDateParsingHelper(JSourceCode sc,
String exception) |
Copyright © 2001-2017 Codehaus. All Rights Reserved.