Uses of Interface
org.jboss.jdeparser.JIf
-
-
Uses of JIf in org.jboss.jdeparser
Classes in org.jboss.jdeparser that implement JIf Modifier and Type Class Description (package private) class
ImplJIf
Methods in org.jboss.jdeparser that return JIf Modifier and Type Method Description JIf
BasicJBlock. _if(JExpr cond)
JIf
JBlock. _if(JExpr cond)
Insert anif
statement at this point.JIf
ImplJIf. elseIf(JExpr cond)
JIf
JIf. elseIf(JExpr cond)
Add anif
statement to theelse
block.
-