Package eu.bandm.tools.lljava.absy
Class LLJava.FieldAccess
java.lang.Object
eu.bandm.tools.lljava.absy.LLJava.Node
eu.bandm.tools.lljava.absy.LLJava.Statement
eu.bandm.tools.lljava.absy.LLJava.Instruction
eu.bandm.tools.lljava.absy.LLJava.MethodHandleTarget
eu.bandm.tools.lljava.absy.LLJava.FieldAccess
- All Implemented Interfaces:
Formattable
,Cloneable
- Direct Known Subclasses:
LLJava.Get
,LLJava.Put
- Enclosing class:
- LLJava
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":644.1-646.55, see this pretty print.)
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":644.1-646.55, see this pretty print.)
-
Field Summary
Modifier and TypeFieldDescriptionprotected boolean
Generated by umod; model author's documentation MISSING.protected LLJava.FieldReference
Generated by umod; model author's documentation MISSING.Fields inherited from class eu.bandm.tools.lljava.absy.LLJava.Instruction
post, pre
Fields inherited from class eu.bandm.tools.lljava.absy.LLJava.Node
location
-
Constructor Summary
ConstructorDescriptionFieldAccess
(boolean statically, LLJava.FieldReference target) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". -
Method Summary
Modifier and TypeMethodDescriptiondoclone()
Clones this object.format()
Delivers a format object for pretty-printing by inheritance from some ancestor class.boolean
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.Generated by umod; model author's documentation MISSING.Copies values of all common fields from the argument.boolean
set_statically
(boolean val) Generated by umod; model author's documentation MISSING.boolean
Generated by umod; model author's documentation MISSING.Methods inherited from class eu.bandm.tools.lljava.absy.LLJava.MethodHandleTarget
get_target
Methods inherited from class eu.bandm.tools.lljava.absy.LLJava.Instruction
get_post, get_post, get_pre, get_pre, set_post, set_pre
Methods inherited from class eu.bandm.tools.lljava.absy.LLJava.Statement
toString
Methods inherited from class eu.bandm.tools.lljava.absy.LLJava.Node
get_location, get_location, set_location
-
Field Details
-
statically
protected boolean staticallyGenerated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":645.9-49, see this pretty print.)
The type of this field is boolean(never null)
It is set by every possible constructor.- See Also:
-
target
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":646.9-55, see this pretty print.)
The type of this field isLLJava.FieldReference
(never null)
It is set by every possible constructor.
-
-
Constructor Details
-
FieldAccess
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".- Parameters:
statically
- is copied to fieldstatically
target
- is copied to fieldtarget
-
-
Method Details
-
doclone
Clones this object. Method never fails, sinceCloneable
is known to be implemented.- Overrides:
doclone
in classLLJava.MethodHandleTarget
- Returns:
- a fresh copy.
-
format
Delivers a format object for pretty-printing by inheritance from some ancestor class.- Specified by:
format
in interfaceFormattable
- Overrides:
format
in classLLJava.MethodHandleTarget
- Returns:
- a format that represents this object in a pretty-printable way
-
initFrom
Copies values of all common fields from the argument. All fields of this class definition are copied, iff the argument is of this class. Then the superclass method is invoked with the same argument.- Overrides:
initFrom
in classLLJava.MethodHandleTarget
-
get_statically
public boolean get_statically()Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":645.9-49, see this pretty print.)
Generated getter method. @see #statically- Returns:
- The current field value of type boolean(never null)
-
set_statically
public boolean set_statically(boolean val) Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":645.9-49, see this pretty print.)
Updates the (mutable) instance destructively.- Parameters:
val
- the new value of type boolean(never null)- Returns:
- whether a change (w.r.t. ==) did actually happen.
- See Also:
-
get_target
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":646.9-55, see this pretty print.)
Generated getter method. @see #target- Overrides:
get_target
in classLLJava.MethodHandleTarget
- Returns:
- The current field value of type
LLJava.FieldReference
(never null)
-
set_target
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":646.9-55, see this pretty print.)
Updates the (mutable) instance destructively.- Parameters:
val
- the new value of typeLLJava.FieldReference
(never null)- Returns:
- whether a change (w.r.t. ==) did actually happen.
- See Also:
-
get_statically
Lifts a pattern which matches the field value to one which matches this whole object.
More complex pattern methods are generated in the one ancillary classLLJava.__Patterns
.
-