public static class LLJava.InlinePoint extends LLJava.CodePoint
Modifier and Type | Field and Description |
---|---|
protected LLJava.Block |
body
Generated by umod; model author's documentation MISSING.
|
location
format
Constructor and Description |
---|
InlinePoint(LLJava.Block body)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Modifier and Type | Method and Description |
---|---|
LLJava.InlinePoint |
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.InlinePoint> |
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.InlinePoint |
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 InlinePoint(LLJava.Block body)
body
- is copied to field body
public LLJava.InlinePoint doclone()
Cloneable
is known
to be implemented.doclone
in class LLJava.CodePoint
public static String getFormatHint()
body
public Format format()
format
in interface Formattable
format
in class LLJava.CodePoint
public LLJava.InlinePoint initFrom(Object o0)
initFrom
in class LLJava.CodePoint
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.InlinePoint> get_body(Pattern<? super LLJava.Block> p)
LLJava.__Patterns
.see also the complete user documentation .