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 anif
statement at this point.JIf
JIf. elseIf(JExpr cond)
Add anif
statement to theelse
block.
-