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