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.
|
locationformat| 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_locationprotected LLJava.Block body
LLJava.Block(never null)public InlinePoint(LLJava.Block body)
body - is copied to field bodypublic LLJava.InlinePoint doclone()
Cloneable is known
to be implemented.doclone in class LLJava.CodePointpublic static String getFormatHint()
body public Format format()
format in interface Formattableformat in class LLJava.CodePointpublic LLJava.InlinePoint initFrom(Object o0)
initFrom in class LLJava.CodePointpublic 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)bodypublic static Pattern<LLJava.InlinePoint> get_body(Pattern<? super LLJava.Block> p)
LLJava.__Patterns.see also the complete user documentation .