Package eu.bandm.tools.lljava.absy
Class LLJava.Slot
java.lang.Object
eu.bandm.tools.lljava.absy.LLJava.Slot
- All Implemented Interfaces:
Formattable,Cloneable
- Enclosing class:
LLJava
@Generated(generator="eu.bandm.tools.umod",
version="",
timestamp="2025-08-17_22h53m35")
public static class LLJava.Slot
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":126.1, see this pretty print.)
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":126.1, see this pretty print.)
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final intprotected intThe index is base ONE and maximally 2 ^ 222
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":824.9-825.9, see this pretty print.)
The type of this field is int(nevernull)
It is set by every possible constructor.protected LLJava.TypeGenerated by umod; model author's documentation MISSING. -
Constructor Summary
ConstructorsConstructorDescriptionSlot(LLJava.Type type, int index) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". -
Method Summary
Modifier and TypeMethodDescriptiondoclone()Clones this object.booleanGenerated by umod because this class isALGEBRAIC.format()Delivers a format object for pretty-printing by inheritance from some ancestor class.intThe index is base ONE and maximally 2 ^ 222
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":824.9-825.9, see this pretty print.)
Generated getter method.static Pattern<LLJava.Slot> Lifts a pattern which matches the field value to one which matches this whole object.get_type()Generated by umod; model author's documentation MISSING.static Pattern<LLJava.Slot> get_type(Pattern<? super LLJava.Type> p) Lifts a pattern which matches the field value to one which matches this whole object.inthashCode()Generated by umod because this class isALGEBRAIC.Copies values of all common fields from the argument.toString()with_index(int val) The index is base ONE and maximally 2 ^ 222
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":824.9-825.9, see this pretty print.)with_type(LLJava.Type val) Generated by umod; model author's documentation MISSING.booleanx_equals(LLJava.Slot e0)
-
Field Details
-
BASE_HASH
protected static final int BASE_HASH -
type
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":823.9-55, see this pretty print.)
The type of this field isLLJava.Type(nevernull)
It is set by every possible constructor.- See Also:
-
index
protected int indexThe index is base ONE and maximally 2 ^ 222(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":824.9-825.9, see this pretty print.)
The type of this field is int(nevernull)
It is set by every possible constructor.- See Also:
-
-
Constructor Details
-
Method Details
-
doclone
Clones this object. Method never fails, sinceCloneableis known to be implemented.- Returns:
- a fresh copy.
-
format
Delivers a format object for pretty-printing by inheritance from some ancestor class.- Specified by:
formatin interfaceFormattable- Returns:
- a format that represents this object in a pretty-printable way
-
toString
-
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_type
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":823.9-55, see this pretty print.)
Generated getter method.- Returns:
- The current field value of type
LLJava.Type(nevernull) - See Also:
-
with_type
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":823.9-55, see this pretty print.)- Parameters:
val- the new value of typeLLJava.Type(nevernull)- Returns:
- a new instance of the algebraic/immutable data type, with the addressed field set to the new value.
- See Also:
-
get_index
public int get_index()The index is base ONE and maximally 2 ^ 222(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":824.9-825.9, see this pretty print.)
Generated getter method.- Returns:
- The current field value of type int(never
null) - See Also:
-
with_index
The index is base ONE and maximally 2 ^ 222(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":824.9-825.9, see this pretty print.)
- Parameters:
val- the new value of type int(nevernull)- Returns:
- a new instance of the algebraic/immutable data type, with the addressed field set to the new value.
- See Also:
-
get_type
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_index
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.
-