Package eu.bandm.tools.lljava.absy
Class LLJava.StackFrame
java.lang.Object
eu.bandm.tools.lljava.absy.LLJava.StackFrame
- All Implemented Interfaces:
Formattable
,Cloneable
- Enclosing class:
- LLJava
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.)
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":129.1, see this pretty print.)
-
Field Summary
Modifier and TypeFieldDescriptionprotected static final int
protected CheckedList<LLJava.VType>
Generated by umod; model author's documentation MISSING.protected CheckedList<LLJava.VType>
Generated by umod; model author's documentation MISSING.protected boolean
Generated by umod; model author's documentation MISSING. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
descend_locals
(LLJava.MATCH_ONLY_00 visitor) Deprecated.void
descend_operands
(LLJava.MATCH_ONLY_00 visitor) Deprecated.doclone()
Clones this object.boolean
Generated by umod because this class isALGEBRAIC
.format()
Delivers a format object for pretty-printing, as specified in the umod source.Generated by umod; model author's documentation MISSING.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.Generated by umod; model author's documentation MISSING.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.boolean
Generated by umod; model author's documentation MISSING.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.static String
Delivers the format specification from the umod source.int
hashCode()
Generated by umod because this class isALGEBRAIC
.Copies values of all common fields from the argument.Generated by umod; model author's documentation MISSING.Generated by umod; model author's documentation MISSING.with_uninitThis
(boolean val) Generated by umod; model author's documentation MISSING.boolean
-
Field Details
-
BASE_HASH
protected static final int BASE_HASH -
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.)
The type of this field isCheckedList
<LLJava.VType
(never null)>(never null)
Its value defaults to an empty collection. -
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.)
The type of this field isCheckedList
<LLJava.VType
(never null)>(never null)
Its value defaults to an empty collection. -
uninitThis
protected boolean uninitThisGenerated 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.)
The type of this field is boolean(never null)
Its value defaults tofalse
.- See Also:
-
-
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
Clones this object. Method never fails, sinceCloneable
is known to be implemented.- Returns:
- a fresh copy.
-
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
Delivers a format object for pretty-printing, as specified in the umod source.- Specified by:
format
in interfaceFormattable
- Returns:
- a format that represents this object in a pretty-printable way
-
equals
Generated by umod because this class isALGEBRAIC
. -
x_equals
-
hashCode
public int hashCode()Generated by umod because this class isALGEBRAIC
. -
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. -
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
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 typeCheckedList
<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. -
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
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 typeCheckedList
<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. -
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
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
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
. -
get_operands
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
. -
get_uninitThis
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
.
-