Package eu.bandm.tools.lljava.absy
Class LLJava.BootstrapMethod
java.lang.Object
eu.bandm.tools.lljava.absy.LLJava.BootstrapMethod
- 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":132.1, see this pretty print.)
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":132.1, see this pretty print.)
-
Field Summary
Modifier and TypeFieldDescriptionprotected CheckedList<LLJava.Loadable>
Generated by umod; model author's documentation MISSING.protected static final int
protected LLJava.MethodHandle
Generated by umod; model author's documentation MISSING. -
Constructor Summary
ConstructorDescriptionBootstrapMethod
(LLJava.MethodHandle handle) Synthetic minimal constructor provided by the umod compiler.BootstrapMethod
(LLJava.MethodHandle handle, CheckedList<LLJava.Loadable> arguments) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". -
Method Summary
Modifier and TypeMethodDescriptionvoid
descend_arguments
(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 by inheritance from some ancestor class.Generated by umod; model author's documentation MISSING.static Pattern<LLJava.BootstrapMethod>
get_arguments
(Pattern<? super CheckedList<LLJava.Loadable>> 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.BootstrapMethod>
get_handle
(Pattern<? super LLJava.MethodHandle> 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.Generated by umod; model author's documentation MISSING.Generated by umod; model author's documentation MISSING.boolean
-
Field Details
-
BASE_HASH
protected static final int BASE_HASH -
handle
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":953.9-55, see this pretty print.)
The type of this field isLLJava.MethodHandle
(never null)
It is set by every possible constructor. -
arguments
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":954.9-55, see this pretty print.)
The type of this field isCheckedList
<LLJava.Loadable
(never null)>(never null)
Its value defaults to an empty collection.
-
-
Constructor Details
-
BootstrapMethod
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". -
BootstrapMethod
Synthetic minimal constructor provided by the umod compiler.
Constructor with minimal set of arguments, supplied automatically by the umod compiler, not explicitly by user.- Parameters:
handle
- is copied to fieldhandle
-
-
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
-
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_handle
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":953.9-55, see this pretty print.)
Generated getter method. @see #handle- Returns:
- The current field value of type
LLJava.MethodHandle
(never null)
-
with_handle
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":953.9-55, see this pretty print.)- Parameters:
val
- the new value of typeLLJava.MethodHandle
(never null)- Returns:
- a new instance of the algebraic/immutable data type, with the addressed field set to the new value.
- See Also:
-
get_arguments
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":954.9-55, see this pretty print.)
Generated getter method. @see #arguments- Returns:
- The current field value of type
CheckedList
<LLJava.Loadable
(never null)>(never null)
-
with_arguments
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":954.9-55, see this pretty print.)- Parameters:
val
- the new value of typeCheckedList
<LLJava.Loadable
(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_arguments
Deprecated. -
get_handle
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_arguments
public static Pattern<LLJava.BootstrapMethod> get_arguments(Pattern<? super CheckedList<LLJava.Loadable>> 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 classLLJava.__Patterns
.
-