public static class LLJava.MethodReferenceParameter extends LLJava.Node
| Modifier and Type | Field and Description |
|---|---|
protected LLJava.TypeExpr |
type
Generated by umod; model author's documentation MISSING.
|
locationformat| Constructor and Description |
|---|
MethodReferenceParameter()
Synthetic minimal constructor provided by the umod compiler.
|
MethodReferenceParameter(LLJava.TypeExpr type)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
| Modifier and Type | Method and Description |
|---|---|
LLJava.MethodReferenceParameter |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing, as specified in the umod source.
|
LLJava.TypeExpr |
get_type()
Generated by umod; model author's documentation MISSING.
|
static Pattern<LLJava.MethodReferenceParameter> |
get_type(Pattern<? super LLJava.TypeExpr> 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.MethodReferenceParameter |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
boolean |
set_type(LLJava.TypeExpr val)
Generated by umod; model author's documentation MISSING.
|
get_location, get_location, set_locationprotected LLJava.TypeExpr type
LLJava.TypeExpr(maybe null)public MethodReferenceParameter(LLJava.TypeExpr type)
type - is copied to field typepublic MethodReferenceParameter()
public LLJava.MethodReferenceParameter doclone()
Cloneable is known
to be implemented.doclone in class LLJava.Nodepublic static String getFormatHint()
type?'_' public Format format()
format in interface Formattableformat in class LLJava.Nodepublic LLJava.MethodReferenceParameter initFrom(Object o0)
initFrom in class LLJava.Nodepublic LLJava.TypeExpr get_type()
LLJava.TypeExpr(maybe
null)public boolean set_type(LLJava.TypeExpr val)
val - the new value of type LLJava.TypeExpr(maybe null)typepublic static Pattern<LLJava.MethodReferenceParameter> get_type(Pattern<? super LLJava.TypeExpr> p)
LLJava.__Patterns.see also the complete user documentation .