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 TypeClassDescriptionclass
Assignment statements, which are also expressions.final class
A block of Java code, which may contain statements and local declarations.(package private) final class
JBreak statementfinal class
Case statementclass
If statement, with optional else clause(package private) class
JContinue statementclass
Do loopsfinal class
ForEach Statement This will generate the code for statement based on the new j2se 1.5 j.l.s.class
For statementfinal class
JMethod invocationclass
Label that can be used for continue and break.(package private) class
A return statementfinal class
Switch statement(package private) class
JThrow statementclass
Try statement with Catch and/or Finally clauseclass
While 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