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. sourceA list of JCodeStatementsMethods in org.codehaus.modello.plugin.java.javasource with parameters of type JCodeStatement Modifier and Type Method Description private voidJSourceCode. addCodeStatement(JCodeStatement jcs)Adds the given JCodeStatement to this JSourceCode
-