Uses of Interface
com.sun.codemodel.JStatement
Packages that use JStatement
-
Uses of JStatement in com.sun.codemodel
Classes in com.sun.codemodel that implement JStatementModifier and TypeClassDescriptionclassAssignment statements, which are also expressions.final classA block of Java code, which may contain statements and local declarations.final classCase statementclassIf statement, with optional else clauseclassDo loopsfinal classForEach Statement This will generate the code for statement based on the new j2se 1.5 j.l.s.classFor statementfinal classJMethod invocationclassLabel that can be used for continue and break.final classSwitch statementclassTry statement with Catch and/or Finally clauseclassWhile statementMethods in com.sun.codemodel that return JStatementModifier and TypeMethodDescriptionJBlock.directStatement(String source) Creates a "literal" statement directly.Methods in com.sun.codemodel with parameters of type JStatementModifier and TypeMethodDescriptionJBlock.add(JStatement s) Adds a statement to this blockJFormatter.s(JStatement s) Cause the JStatement to generate source for itself