Uses of Class
org.codehaus.modello.plugin.java.javasource.JSourceCode
-
Packages that use JSourceCode Package Description org.codehaus.modello.plugin.java.javasource -
-
Uses of JSourceCode in org.codehaus.modello.plugin.java.javasource
Methods in org.codehaus.modello.plugin.java.javasource that return JSourceCode 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 JClassMethods in org.codehaus.modello.plugin.java.javasource with parameters of type JSourceCode Modifier and Type Method Description void
JSourceCode. copyInto(JSourceCode jsc)
Copies the contents of this JSourceCode into the given JSourceCodevoid
JConstructor. setSourceCode(JSourceCode sourceCode)
void
JMethod. setSourceCode(JSourceCode source)
Sets the given JSourceCode as the source code (method body) for this JMethod.
-