Class LLJava.StackFrame

java.lang.Object
eu.bandm.tools.lljava.absy.LLJava.StackFrame
All Implemented Interfaces:
Formattable, Cloneable
Enclosing class:
LLJava

public static class LLJava.StackFrame extends Object implements Cloneable, Formattable
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":129.1, see this pretty print.)
  • Field Details

  • Constructor Details

    • StackFrame

      public StackFrame()
      Synthetic minimal constructor provided by the umod compiler.
      Constructor with minimal set of arguments, supplied automatically by the umod compiler, not explicitly by user.
      (All object fields are set to their default values.)
  • Method Details

    • doclone

      public LLJava.StackFrame doclone()
      Clones this object. Method never fails, since Cloneable is known to be implemented.
      Returns:
      a fresh copy.
    • getFormatHint

      public static String getFormatHint()
      Delivers the format specification from the umod source.
      The constant return value is ..
      locals['[',',' ,] '/' operands[,',' ,']']
      This can be used e.g. by format code interpreters which process objects of different origin.
    • format

      public Format format()
      Delivers a format object for pretty-printing, as specified in the umod source.
      Specified by:
      format in interface Formattable
      Returns:
      a format that represents this object in a pretty-printable way
    • equals

      public boolean equals(Object e0)
      Generated by umod because this class is ALGEBRAIC.
      Overrides:
      equals in class Object
    • x_equals

      public boolean x_equals(LLJava.StackFrame e0)
    • hashCode

      public int hashCode()
      Generated by umod because this class is ALGEBRAIC.
      Overrides:
      hashCode in class Object
    • initFrom

      public LLJava.StackFrame 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.
    • get_locals

      public CheckedList<LLJava.VType> get_locals()
      Generated by umod; model author's documentation MISSING.
      (This definition has been created by UMod from the source at SYSTEM "LLJava.umod":998.9-41, see this pretty print.)
      Generated getter method. @see #locals
      Returns:
      The current field value of type CheckedList<LLJava.VType(never null)>(never null)
    • with_locals

      public LLJava.StackFrame with_locals(CheckedList<LLJava.VType> val)
      Generated by umod; model author's documentation MISSING.
      (This definition has been created by UMod from the source at SYSTEM "LLJava.umod":998.9-41, see this pretty print.)
      Parameters:
      val - the new value of type CheckedList<LLJava.VType(never null)>(never null)
      Returns:
      a new instance of the algebraic/immutable data type, with the addressed field set to the new value.
      See Also:
    • descend_locals

      @Deprecated public void descend_locals(LLJava.MATCH_ONLY_00 visitor)
      Deprecated.
    • get_operands

      public CheckedList<LLJava.VType> get_operands()
      Generated by umod; model author's documentation MISSING.
      (This definition has been created by UMod from the source at SYSTEM "LLJava.umod":999.9-41, see this pretty print.)
      Generated getter method. @see #operands
      Returns:
      The current field value of type CheckedList<LLJava.VType(never null)>(never null)
    • with_operands

      public LLJava.StackFrame with_operands(CheckedList<LLJava.VType> val)
      Generated by umod; model author's documentation MISSING.
      (This definition has been created by UMod from the source at SYSTEM "LLJava.umod":999.9-41, see this pretty print.)
      Parameters:
      val - the new value of type CheckedList<LLJava.VType(never null)>(never null)
      Returns:
      a new instance of the algebraic/immutable data type, with the addressed field set to the new value.
      See Also:
    • descend_operands

      @Deprecated public void descend_operands(LLJava.MATCH_ONLY_00 visitor)
      Deprecated.
    • get_uninitThis

      public boolean get_uninitThis()
      Generated by umod; model author's documentation MISSING.
      (This definition has been created by UMod from the source at SYSTEM "LLJava.umod":1000.9-27, see this pretty print.)
      Generated getter method. @see #uninitThis
      Returns:
      The current field value of type boolean(never null)
    • with_uninitThis

      public LLJava.StackFrame with_uninitThis(boolean val)
      Generated by umod; model author's documentation MISSING.
      (This definition has been created by UMod from the source at SYSTEM "LLJava.umod":1000.9-27, see this pretty print.)
      Parameters:
      val - the new value of type boolean(never null)
      Returns:
      a new instance of the algebraic/immutable data type, with the addressed field set to the new value.
      See Also:
    • get_locals

      public static Pattern<LLJava.StackFrame> get_locals(Pattern<? super CheckedList<LLJava.VType>> 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_operands

      public static Pattern<LLJava.StackFrame> get_operands(Pattern<? super CheckedList<LLJava.VType>> 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_uninitThis

      public static Pattern<LLJava.StackFrame> get_uninitThis(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.