Uses of Class
org.codehaus.modello.plugin.java.javasource.JSourceCode
-
Packages that use JSourceCode Package Description org.codehaus.modello.plugin.java.javasource org.codehaus.modello.plugin.xpp3 org.codehaus.modello.plugins.xml -
-
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 JSourceCodeJConstructor. getSourceCode()JSourceCodeJMethod. getSourceCode()Returns the JSourceCode for the method body.JSourceCodeJClass. 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 voidJSourceCode. copyInto(JSourceCode jsc)Copies the contents of this JSourceCode into the given JSourceCodevoidJConstructor. setSourceCode(JSourceCode sourceCode)voidJMethod. setSourceCode(JSourceCode source)Sets the given JSourceCode as the source code (method body) for this JMethod. -
Uses of JSourceCode in org.codehaus.modello.plugin.xpp3
Methods in org.codehaus.modello.plugin.xpp3 with parameters of type JSourceCode Modifier and Type Method Description protected voidXpp3WriterGenerator. writeLocationTracking(JSourceCode sc, String name, String key) -
Uses of JSourceCode in org.codehaus.modello.plugins.xml
Methods in org.codehaus.modello.plugins.xml with parameters of type JSourceCode Modifier and Type Method Description protected voidAbstractXmlJavaGenerator. writeDateParsingHelper(JSourceCode sc, String exception)
-