Uses of Interface
com.sun.codemodel.JStatement
-
Packages that use JStatement Package Description com.sun.codemodel Library for generating Java source code -
-
Uses of JStatement in com.sun.codemodel
Classes in com.sun.codemodel that implement JStatement Modifier and Type Class Description classJAssignmentAssignment statements, which are also expressions.classJBlockA block of Java code, which may contain statements and local declarations.classJCaseCase statementclassJConditionalIf statement, with optional else clauseclassJDoLoopDo loopsclassJForEachForEach Statement This will generate the code for statement based on the new j2se 1.5 j.l.s.classJForLoopFor statementclassJInvocationJMethod invocationclassJLabelLabel that can be used for continue and break.classJSwitchSwitch statementclassJTryBlockTry statement with Catch and/or Finally clauseclassJWhileLoopWhile statementMethods in com.sun.codemodel that return JStatement Modifier and Type Method Description JStatementJBlock. directStatement(String source)Creates a "literal" statement directly.Methods in com.sun.codemodel with parameters of type JStatement Modifier and Type Method Description JBlockJBlock. add(JStatement s)Adds a statement to this blockJFormatterJFormatter. s(JStatement s)Cause the JStatement to generate source for itself
-