public abstract static class LLJava.FieldAccess extends LLJava.MethodHandleTarget
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
statically
Generated by umod; model author's documentation MISSING.
|
protected LLJava.FieldReference |
target
Generated by umod; model author's documentation MISSING.
|
post, prelocationformat| Constructor and Description |
|---|
FieldAccess(boolean statically,
LLJava.FieldReference target)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
| Modifier and Type | Method and Description |
|---|---|
LLJava.FieldAccess |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing by inheritance from some ancestor class.
|
boolean |
get_statically()
Generated by umod; model author's documentation MISSING.
|
static Pattern<LLJava.FieldAccess> |
get_statically(Pattern<? super Boolean> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
LLJava.FieldReference |
get_target()
Generated by umod; model author's documentation MISSING.
|
LLJava.FieldAccess |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
boolean |
set_statically(boolean val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_target(LLJava.MemberReference val)
Generated by umod; model author's documentation MISSING.
|
get_targetget_post, get_post, get_pre, get_pre, set_post, set_pretoStringget_location, get_location, set_locationprotected boolean statically
get_statically(),
set_statically(boolean)protected LLJava.FieldReference target
LLJava.FieldReference(never
null)public FieldAccess(boolean statically,
LLJava.FieldReference target)
statically - is copied to field staticallytarget - is copied to field targetpublic LLJava.FieldAccess doclone()
Cloneable is known
to be implemented.doclone in class LLJava.MethodHandleTargetpublic Format format()
format in interface Formattableformat in class LLJava.MethodHandleTargetpublic LLJava.FieldAccess initFrom(Object o0)
initFrom in class LLJava.MethodHandleTargetpublic boolean get_statically()
public boolean set_statically(boolean val)
val - the new value of type boolean(never null)staticallypublic LLJava.FieldReference get_target()
get_target in class LLJava.MethodHandleTargetLLJava.FieldReference(never
null)public boolean set_target(LLJava.MemberReference val)
val - the new value of type LLJava.FieldReference(never
null)targetpublic static Pattern<LLJava.FieldAccess> get_statically(Pattern<? super Boolean> p)
LLJava.__Patterns.see also the complete user documentation .