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.(package private) final classJBreak statementfinal classCase statementclassIf statement, with optional else clause(package private) classJContinue statementclassDo 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.(package private) classA return statementfinal classSwitch statement(package private) classJThrow 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