public static class LLJava.If extends LLJava.Instruction
Modifier and Type | Field and Description |
---|---|
protected LLJava.CodePoint |
body
Generated by umod; model author's documentation MISSING.
|
protected LLJava.Condition |
condition
Generated by umod; model author's documentation MISSING.
|
protected boolean |
neg
Generated by umod; model author's documentation MISSING.
|
post, pre
location
format
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_pre
toString
get_location, get_location, set_location
protected 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.Instruction
public static String getFormatHint()
'if' condition{$java
'FormatUtils.condition'} body
public Format format()
format
in interface Formattable
format
in class LLJava.Instruction
public LLJava.If initFrom(Object o0)
initFrom
in class LLJava.Instruction
public boolean get_neg()
public boolean set_neg(boolean val)
val
- the new value of type boolean(never null)neg
public 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)condition
public 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)body
public 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 .