public static class LLJava.DynamicExpr extends LLJava.LoadableExpr
Modifier and Type | Field and Description |
---|---|
protected LLJava.MemberDynamicName |
fullName
Generated by umod; model author's documentation MISSING.
|
protected LLJava.TypeExpr |
type
Generated by umod; model author's documentation MISSING.
|
location
format
Constructor and Description |
---|
DynamicExpr(LLJava.TypeExpr type,
LLJava.MemberDynamicName fullName)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Modifier and Type | Method and Description |
---|---|
LLJava.DynamicExpr |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing, as specified in the umod source.
|
LLJava.MemberDynamicName |
get_fullName()
Generated by umod; model author's documentation MISSING.
|
static Pattern<LLJava.DynamicExpr> |
get_fullName(Pattern<? super LLJava.MemberDynamicName> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
LLJava.TypeExpr |
get_type()
Generated by umod; model author's documentation MISSING.
|
static Pattern<LLJava.DynamicExpr> |
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.DynamicExpr |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
boolean |
set_fullName(LLJava.MemberDynamicName val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_type(LLJava.TypeExpr val)
Generated by umod; model author's documentation MISSING.
|
get_entry, get_entry
get_location, get_location, set_location
protected LLJava.TypeExpr type
LLJava.TypeExpr
(never null)protected LLJava.MemberDynamicName fullName
LLJava.MemberDynamicName
(never
null)public DynamicExpr(LLJava.TypeExpr type, LLJava.MemberDynamicName fullName)
public LLJava.DynamicExpr doclone()
Cloneable
is known
to be implemented.doclone
in class LLJava.LoadableExpr
public static String getFormatHint()
type ,fullName
public Format format()
format
in interface Formattable
format
in class LLJava.LoadableExpr
public LLJava.DynamicExpr initFrom(Object o0)
initFrom
in class LLJava.LoadableExpr
public LLJava.TypeExpr get_type()
LLJava.TypeExpr
(never
null)public boolean set_type(LLJava.TypeExpr val)
val
- the new value of type LLJava.TypeExpr
(never null)type
public LLJava.MemberDynamicName get_fullName()
LLJava.MemberDynamicName
(never
null)public boolean set_fullName(LLJava.MemberDynamicName val)
val
- the new value of type LLJava.MemberDynamicName
(never
null)fullName
public static Pattern<LLJava.DynamicExpr> get_type(Pattern<? super LLJava.TypeExpr> p)
LLJava.__Patterns
.public static Pattern<LLJava.DynamicExpr> get_fullName(Pattern<? super LLJava.MemberDynamicName> p)
LLJava.__Patterns
.see also the complete user documentation .