Class LLJava.StackFrameDelta

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

public static class LLJava.StackFrameDelta 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":130.1, see this pretty print.)
  • Field Details

  • Constructor Details

    • StackFrameDelta

      public StackFrameDelta(int delta, LLJava.StackFrame next)
      Constructor generated according to specification #0
      Constructor defined according to directive "C 0/..".
      Parameters:
      delta - is copied to field delta
      next - is copied to field next
  • Method Details

    • doclone

      public LLJava.StackFrameDelta doclone()
      Clones this object. Method never fails, since Cloneable is known to be implemented.
      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
      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.StackFrameDelta e0)
    • hashCode

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

      public LLJava.StackFrameDelta 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_delta

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

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

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

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

      public static Pattern<LLJava.StackFrameDelta> get_delta(Pattern<? super Integer> 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_next

      public static Pattern<LLJava.StackFrameDelta> get_next(Pattern<? super LLJava.StackFrame> 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.