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 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
Modifier and TypeFieldDescriptionprotected static final int
protected int
The index is base ONE and maximally 2 ^ 222
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":822.9-823.9, see this pretty print.)
The type of this field is int(never null)
It is set by every possible constructor.protected LLJava.Type
Generated by umod; model author's documentation MISSING. -
Constructor Summary
ConstructorDescriptionSlot
(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.boolean
Generated by umod because this class isALGEBRAIC
.format()
Delivers a format object for pretty-printing by inheritance from some ancestor class.int
The index is base ONE and maximally 2 ^ 222
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":822.9-823.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.int
hashCode()
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":822.9-823.9, see this pretty print.)with_type
(LLJava.Type val) Generated by umod; model author's documentation MISSING.boolean
x_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":821.9-55, see this pretty print.)
The type of this field isLLJava.Type
(never null)
It is set by every possible constructor. -
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":822.9-823.9, see this pretty print.)
The type of this field is int(never null)
It is set by every possible constructor.- See Also:
-
-
Constructor Details
-
Method Details
-
doclone
Clones this object. Method never fails, sinceCloneable
is known to be implemented.- Returns:
- a fresh copy.
-
format
Delivers a format object for pretty-printing by inheritance from some ancestor class.- Specified by:
format
in 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":821.9-55, see this pretty print.)
Generated getter method. @see #type- Returns:
- The current field value of type
LLJava.Type
(never null)
-
with_type
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":821.9-55, see this pretty print.)- Parameters:
val
- the new value of typeLLJava.Type
(never null)- 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":822.9-823.9, see this pretty print.)
Generated getter method. @see #index- Returns:
- The current field value of type int(never null)
-
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":822.9-823.9, 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_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
.
-