public static class LLJava.InlineInterval extends LLJava.CodeInterval
Modifier and Type | Field and Description |
---|---|
protected LLJava.Block |
body
Generated by umod; model author's documentation MISSING.
|
location
format
Constructor and Description |
---|
InlineInterval(LLJava.Block body)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Modifier and Type | Method and Description |
---|---|
LLJava.InlineInterval |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing, as specified in the umod source.
|
LLJava.Block |
get_body()
Generated by umod; model author's documentation MISSING.
|
static Pattern<LLJava.InlineInterval> |
get_body(Pattern<? super LLJava.Block> 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.InlineInterval |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
boolean |
set_body(LLJava.Block val)
Generated by umod; model author's documentation MISSING.
|
get_location, get_location, set_location
protected LLJava.Block body
LLJava.Block
(never null)public InlineInterval(LLJava.Block body)
body
- is copied to field body
public LLJava.InlineInterval doclone()
Cloneable
is known
to be implemented.doclone
in class LLJava.CodeInterval
public static String getFormatHint()
body
public Format format()
format
in interface Formattable
format
in class LLJava.CodeInterval
public LLJava.InlineInterval initFrom(Object o0)
initFrom
in class LLJava.CodeInterval
public LLJava.Block get_body()
LLJava.Block
(never
null)public boolean set_body(LLJava.Block val)
val
- the new value of type LLJava.Block
(never null)body
public static Pattern<LLJava.InlineInterval> get_body(Pattern<? super LLJava.Block> p)
LLJava.__Patterns
.see also the complete user documentation .