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(generator="eu.bandm.tools.umod",
version="",
timestamp="2025-08-17_22h53m35")
public abstract static class LLJava.FieldAccess
extends LLJava.MethodHandleTarget
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":646.1-648.55, see this pretty print.)
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":646.1-648.55, see this pretty print.)
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanGenerated by umod; model author's documentation MISSING.protected LLJava.FieldReferenceGenerated by umod; model author's documentation MISSING.Fields inherited from class eu.bandm.tools.lljava.absy.LLJava.Instruction
post, preFields inherited from class eu.bandm.tools.lljava.absy.LLJava.Node
location -
Constructor Summary
ConstructorsConstructorDescriptionFieldAccess(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.booleanGenerated 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.booleanset_statically(boolean val) Generated by umod; model author's documentation MISSING.booleanGenerated by umod; model author's documentation MISSING.Methods inherited from class eu.bandm.tools.lljava.absy.LLJava.MethodHandleTarget
get_targetMethods inherited from class eu.bandm.tools.lljava.absy.LLJava.Instruction
get_post, get_post, get_pre, get_pre, set_post, set_preMethods inherited from class eu.bandm.tools.lljava.absy.LLJava.Statement
toStringMethods 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":647.9-49, see this pretty print.)
The type of this field is boolean(nevernull)
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":648.9-55, see this pretty print.)
The type of this field isLLJava.FieldReference(nevernull)
It is set by every possible constructor.- See Also:
-
-
Constructor Details
-
FieldAccess
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".- Parameters:
statically- is copied to fieldstaticallytarget- is copied to fieldtarget
-
-
Method Details
-
doclone
Clones this object. Method never fails, sinceCloneableis known to be implemented.- Overrides:
doclonein classLLJava.MethodHandleTarget- Returns:
- a fresh copy.
-
format
Delivers a format object for pretty-printing by inheritance from some ancestor class.- Specified by:
formatin interfaceFormattable- Overrides:
formatin 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:
initFromin 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":647.9-49, see this pretty print.)
Generated getter method.- Returns:
- The current field value of type boolean(never
null) - See Also:
-
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":647.9-49, see this pretty print.)
Updates the (mutable) instance destructively.- Parameters:
val- the new value of type boolean(nevernull)- 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":648.9-55, see this pretty print.)
Generated getter method.- Overrides:
get_targetin classLLJava.MethodHandleTarget- Returns:
- The current field value of type
LLJava.FieldReference(nevernull) - See Also:
-
set_target
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":648.9-55, see this pretty print.)
Updates the (mutable) instance destructively.- Parameters:
val- the new value of typeLLJava.FieldReference(nevernull)- 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.
-