Class LLJava.Member

All Implemented Interfaces:
Formattable, Cloneable
Direct Known Subclasses:
LLJava.Field, LLJava.Method
Enclosing class:
LLJava

public abstract static class LLJava.Member extends LLJava.Attributable
Abstract base class of fields and methods.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":175.1-179.14, see this pretty print.)
  • Field Details

  • Constructor Details

    • Member

      public Member(LLJava.Id name)
      Synthetic minimal constructor provided by the umod compiler.
      Constructor with minimal set of arguments, supplied automatically by the umod compiler, not explicitly by user.
      Parameters:
      name - is copied to field name
  • Method Details

    • doclone

      public LLJava.Member doclone()
      Clones this object. Method never fails, since Cloneable is known to be implemented.
      Overrides:
      doclone in class LLJava.Attributable
      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.Attributable
      Returns:
      a format that represents this object in a pretty-printable way
    • initFrom

      public LLJava.Member 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.Attributable
    • get_name

      public LLJava.Id get_name()
      Equal to the very last component of the fully qualified name.
      (This definition has been created by UMod from the source at SYSTEM "LLJava.umod":178.9-179.14, see this pretty print.)
      Generated getter method. @see #name
      Returns:
      The current field value of type LLJava.Id(never null)
    • set_name

      public boolean set_name(LLJava.Id val)
      Equal to the very last component of the fully qualified name.
      (This definition has been created by UMod from the source at SYSTEM "LLJava.umod":178.9-179.14, see this pretty print.)
      Updates the (mutable) instance destructively.
      Parameters:
      val - the new value of type LLJava.Id(never null)
      Returns:
      whether a change (w.r.t. ==) did actually happen.
      See Also:
    • get_nameEntry

      public LLJava.ConstantUTF8 get_nameEntry()
      Generated by umod; model author's documentation MISSING.
      (This definition has been created by UMod from the source at SYSTEM "LLJava.umod":1020.9-73, see this pretty print.)
      Generated getter method. @see #nameEntry
      Returns:
      The current field value of type LLJava.ConstantUTF8(maybe null)
    • set_nameEntry

      public boolean set_nameEntry(LLJava.ConstantUTF8 val)
      Generated by umod; model author's documentation MISSING.
      (This definition has been created by UMod from the source at SYSTEM "LLJava.umod":1020.9-73, see this pretty print.)
      Updates the (mutable) instance destructively.
      Parameters:
      val - the new value of type LLJava.ConstantUTF8(maybe null)
      Returns:
      whether a change (w.r.t. ==) did actually happen.
      See Also:
    • get_descriptorEntry

      public LLJava.ConstantUTF8 get_descriptorEntry()
      This field holds the textual representation (maybe null), but LLJava works with the same info in field LLJava.Field.type.
      (This definition has been created by UMod from the source at SYSTEM "LLJava.umod":1021.9-73, see this pretty print.)
      Generated getter method. @see #descriptorEntry
      Returns:
      The current field value of type LLJava.ConstantUTF8(maybe null)
    • set_descriptorEntry

      public boolean set_descriptorEntry(LLJava.ConstantUTF8 val)
      This field holds the textual representation (maybe null), but LLJava works with the same info in field LLJava.Field.type.
      (This definition has been created by UMod from the source at SYSTEM "LLJava.umod":1021.9-73, see this pretty print.)
      Updates the (mutable) instance destructively.
      Parameters:
      val - the new value of type LLJava.ConstantUTF8(maybe null)
      Returns:
      whether a change (w.r.t. ==) did actually happen.
      See Also:
    • get_signatureEntry

      public LLJava.ConstantUTF8 get_signatureEntry()
      Generated by umod; model author's documentation MISSING.
      (This definition has been created by UMod from the source at SYSTEM "LLJava.umod":1022.9-73, see this pretty print.)
      Generated getter method. @see #signatureEntry
      Returns:
      The current field value of type LLJava.ConstantUTF8(maybe null)
    • set_signatureEntry

      public boolean set_signatureEntry(LLJava.ConstantUTF8 val)
      Generated by umod; model author's documentation MISSING.
      (This definition has been created by UMod from the source at SYSTEM "LLJava.umod":1022.9-73, see this pretty print.)
      Updates the (mutable) instance destructively.
      Parameters:
      val - the new value of type LLJava.ConstantUTF8(maybe null)
      Returns:
      whether a change (w.r.t. ==) did actually happen.
      See Also:
    • get_name

      public static Pattern<LLJava.Member> get_name(Pattern<? super LLJava.Id> 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.
    • get_nameEntry

      public static Pattern<LLJava.Member> get_nameEntry(Pattern<? super LLJava.ConstantUTF8> 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.
    • get_descriptorEntry

      public static Pattern<LLJava.Member> get_descriptorEntry(Pattern<? super LLJava.ConstantUTF8> 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.
    • get_signatureEntry

      public static Pattern<LLJava.Member> get_signatureEntry(Pattern<? super LLJava.ConstantUTF8> 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.