public static class LLJava.MethodHandleExpr extends LLJava.LoadableExpr
| Modifier and Type | Field and Description |
|---|---|
protected LLJava.MethodHandle |
entry
Generated by umod; model author's documentation MISSING.
|
protected LLJava.MethodHandleTarget |
target
Generated by umod; model author's documentation MISSING.
|
locationformat| Constructor and Description |
|---|
MethodHandleExpr(LLJava.MethodHandleTarget target)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
| Modifier and Type | Method and Description |
|---|---|
LLJava.MethodHandleExpr |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing, as specified in the umod source.
|
LLJava.MethodHandle |
get_entry()
Generated by umod; model author's documentation MISSING.
|
LLJava.MethodHandleTarget |
get_target()
Generated by umod; model author's documentation MISSING.
|
static Pattern<LLJava.MethodHandleExpr> |
get_target(Pattern<? super LLJava.MethodHandleTarget> 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.MethodHandleExpr |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
boolean |
set_entry(LLJava.Loadable val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_target(LLJava.MethodHandleTarget val)
Generated by umod; model author's documentation MISSING.
|
get_entryget_location, get_location, set_locationprotected LLJava.MethodHandleTarget target
LLJava.MethodHandleTarget(never
null)protected LLJava.MethodHandle entry
LLJava.MethodHandle(maybe null)public MethodHandleExpr(LLJava.MethodHandleTarget target)
target - is copied to field targetpublic LLJava.MethodHandleExpr doclone()
Cloneable is known
to be implemented.doclone in class LLJava.LoadableExprpublic static String getFormatHint()
'{';>target;'}' public Format format()
format in interface Formattableformat in class LLJava.LoadableExprpublic LLJava.MethodHandleExpr initFrom(Object o0)
initFrom in class LLJava.LoadableExprpublic LLJava.MethodHandleTarget get_target()
LLJava.MethodHandleTarget(never
null)public boolean set_target(LLJava.MethodHandleTarget val)
val - the new value of type LLJava.MethodHandleTarget(never
null)targetpublic LLJava.MethodHandle get_entry()
get_entry in class LLJava.LoadableExprLLJava.MethodHandle(maybe
null)public boolean set_entry(LLJava.Loadable val)
val - the new value of type LLJava.MethodHandle(maybe
null)entrypublic static Pattern<LLJava.MethodHandleExpr> get_target(Pattern<? super LLJava.MethodHandleTarget> p)
LLJava.__Patterns.see also the complete user documentation .