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