JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Interface
org.jboss.jdeparser.JIf
Uses of
JIf
in
org.jboss.jdeparser
Methods in
org.jboss.jdeparser
that return
JIf
Modifier and Type
Method
Description
JIf
JBlock.
_if
(
JExpr
cond)
Insert an
if
statement at this point.
JIf
JIf.
elseIf
(
JExpr
cond)
Add an
if
statement to the
else
block.