public static class LLJava.If extends LLJava.Instruction
| Modifier and Type | Field and Description | 
|---|---|
| protected LLJava.CodePoint | bodyGenerated by umod; model author's documentation MISSING. | 
| protected LLJava.Condition | conditionGenerated by umod; model author's documentation MISSING. | 
| protected boolean | negGenerated by umod; model author's documentation MISSING. | 
post, prelocationformat| Constructor and Description | 
|---|
| If(boolean neg,
  LLJava.Condition condition,
  LLJava.CodePoint body)Constructor generated according to specification #0   Constructor defined according to directive "C 0/..". | 
| If(LLJava.Condition condition,
  LLJava.CodePoint body)Constructor generated according to specification #1   Constructor defined according to directive "C 1/..". | 
| Modifier and Type | Method and Description | 
|---|---|
| LLJava.If | doclone()Clones this object. | 
| Format | format()Delivers a format object for pretty-printing, as specified in the umod source. | 
| LLJava.CodePoint | get_body()Generated by umod; model author's documentation MISSING. | 
| static Pattern<LLJava.If> | get_body(Pattern<? super LLJava.CodePoint> p)Lifts a pattern which matches the field value to one which matches this 
 whole object. | 
| LLJava.Condition | get_condition()Generated by umod; model author's documentation MISSING. | 
| static Pattern<LLJava.If> | get_condition(Pattern<? super LLJava.Condition> p)Lifts a pattern which matches the field value to one which matches this 
 whole object. | 
| boolean | get_neg()Generated by umod; model author's documentation MISSING. | 
| static Pattern<LLJava.If> | get_neg(Pattern<? super Boolean> p)Lifts a pattern which matches the field value to one which matches this 
 whole object. | 
| static String | getFormatHint()Delivers the format specification from the umod source. | 
| LLJava.If | initFrom(Object o0)Copies values of all common fields from the argument. | 
| boolean | set_body(LLJava.CodePoint val)Generated by umod; model author's documentation MISSING. | 
| boolean | set_condition(LLJava.Condition val)Generated by umod; model author's documentation MISSING. | 
| boolean | set_neg(boolean val)Generated by umod; model author's documentation MISSING. | 
get_post, get_post, get_pre, get_pre, set_post, set_pretoStringget_location, get_location, set_locationprotected boolean neg
get_neg(), 
set_neg(boolean)protected LLJava.Condition condition
LLJava.Condition(never null)protected LLJava.CodePoint body
LLJava.CodePoint(never null)public If(boolean neg,
          LLJava.Condition condition,
          LLJava.CodePoint body)
public If(LLJava.Condition condition, LLJava.CodePoint body)
public LLJava.If doclone()
Cloneable is known 
 to be implemented.doclone in class LLJava.Instructionpublic static String getFormatHint()
'if' condition{$java 
 'FormatUtils.condition'} body public Format format()
format in interface Formattableformat in class LLJava.Instructionpublic LLJava.If initFrom(Object o0)
initFrom in class LLJava.Instructionpublic boolean get_neg()
public boolean set_neg(boolean val)
val - the new value of type boolean(never null)negpublic LLJava.Condition get_condition()
LLJava.Condition(never 
 null)public boolean set_condition(LLJava.Condition val)
val - the new value of type LLJava.Condition(never null)conditionpublic LLJava.CodePoint get_body()
LLJava.CodePoint(never 
 null)public boolean set_body(LLJava.CodePoint val)
val - the new value of type LLJava.CodePoint(never null)bodypublic static Pattern<LLJava.If> get_neg(Pattern<? super Boolean> p)
LLJava.__Patterns.public static Pattern<LLJava.If> get_condition(Pattern<? super LLJava.Condition> p)
LLJava.__Patterns.public static Pattern<LLJava.If> get_body(Pattern<? super LLJava.CodePoint> p)
LLJava.__Patterns.see also the complete user documentation .