Uses of Class
org.codehaus.modello.plugin.java.javasource.JCodeStatement
-
Packages that use JCodeStatement Package Description org.codehaus.modello.plugin.java.javasource -
-
Uses of JCodeStatement in org.codehaus.modello.plugin.java.javasource
Fields in org.codehaus.modello.plugin.java.javasource with type parameters of type JCodeStatement Modifier and Type Field Description private java.util.List<JCodeStatement>
JSourceCode. source
A list of JCodeStatementsMethods in org.codehaus.modello.plugin.java.javasource with parameters of type JCodeStatement Modifier and Type Method Description private void
JSourceCode. addCodeStatement(JCodeStatement jcs)
Adds the given JCodeStatement to this JSourceCode
-