Class LLJava.FieldAccess

All Implemented Interfaces:
Formattable, Cloneable
Direct Known Subclasses:
LLJava.Get, LLJava.Put
Enclosing class:
LLJava

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":644.1-646.55, see this pretty print.)
  • Field Details

  • Constructor Details

    • FieldAccess

      public FieldAccess(boolean statically, LLJava.FieldReference target)
      Constructor generated according to specification #0
      Constructor defined according to directive "C 0/..".
      Parameters:
      statically - is copied to field statically
      target - is copied to field target
  • Method Details

    • doclone

      public LLJava.FieldAccess doclone()
      Clones this object. Method never fails, since Cloneable is known to be implemented.
      Overrides:
      doclone in class LLJava.MethodHandleTarget
      Returns:
      a fresh copy.
    • format

      public Format format()
      Delivers a format object for pretty-printing by inheritance from some ancestor class.
      Specified by:
      format in interface Formattable
      Overrides:
      format in class LLJava.MethodHandleTarget
      Returns:
      a format that represents this object in a pretty-printable way
    • initFrom

      public LLJava.FieldAccess initFrom(Object o0)
      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 class LLJava.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

      public LLJava.FieldReference 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 class LLJava.MethodHandleTarget
      Returns:
      The current field value of type LLJava.FieldReference(never null)
    • set_target

      public boolean set_target(LLJava.MemberReference val)
      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 type LLJava.FieldReference(never null)
      Returns:
      whether a change (w.r.t. ==) did actually happen.
      See Also:
    • get_statically

      public 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.
      More complex pattern methods are generated in the one ancillary class LLJava.__Patterns.