public static class LLJava.InlineRef extends LLJava.CodeRef
Modifier and Type | Field and Description |
---|---|
protected LLJava.Block |
body
Generated by umod; model author's documentation MISSING.
|
static java.util.function.Function<LLJava.InlineRef,LLJava.Block> |
get_body
Deprecated.
Use new '::' method reference instead.
|
get_location, location
format
Constructor and Description |
---|
InlineRef(LLJava.Block body)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Modifier and Type | Method and Description |
---|---|
LLJava.InlineRef |
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.InlineRef> |
get_body(Pattern<? super LLJava.Block> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static java.lang.String |
getFormatHint()
Delivers the format specification from the umod source.
|
LLJava.InlineRef |
initFrom(java.lang.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)@Deprecated public static final java.util.function.Function<LLJava.InlineRef,LLJava.Block> get_body
public InlineRef(LLJava.Block body)
body
- is copied to field body
public LLJava.InlineRef doclone()
Cloneable
is known
to be implemented.doclone
in class LLJava.CodeRef
public static java.lang.String getFormatHint()
body
public Format format()
format
in interface Formattable
format
in class LLJava.CodeRef
public LLJava.InlineRef initFrom(java.lang.Object o0)
initFrom
in class LLJava.CodeRef
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.InlineRef> get_body(Pattern<? super LLJava.Block> p)
LLJava.__Patterns
.see also the complete user documentation .