Package eu.bandm.tools.lljava.absy
Class LLJava.MethodHandle
java.lang.Object
eu.bandm.tools.lljava.absy.LLJava.ConstantPoolEntry
eu.bandm.tools.lljava.absy.LLJava.Loadable
eu.bandm.tools.lljava.absy.LLJava.MethodHandle
- All Implemented Interfaces:
Formattable,Cloneable
- Enclosing class:
LLJava
@Generated(generator="eu.bandm.tools.umod",
version="",
timestamp="2025-08-17_22h53m35")
public static class LLJava.MethodHandle
extends LLJava.Loadable
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":931.1-933.49, see this pretty print.)
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":931.1-933.49, see this pretty print.)
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final intprotected LLJava.HandleKindGenerated by umod; model author's documentation MISSING.protected LLJava.MemberRefGenerated by umod; model author's documentation MISSING. -
Constructor Summary
ConstructorsConstructorDescriptionMethodHandle(LLJava.HandleKind kind, LLJava.MemberRef reference) 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.get_kind()Generated by umod; model author's documentation MISSING.static Pattern<LLJava.MethodHandle> get_kind(Pattern<? super LLJava.HandleKind> 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.MethodHandle> get_reference(Pattern<? super LLJava.MemberRef> 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.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 -
kind
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":932.9-49, see this pretty print.)
The type of this field isLLJava.HandleKind(nevernull)
It is set by every possible constructor.- See Also:
-
reference
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":933.9-49, see this pretty print.)
The type of this field isLLJava.MemberRef(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.- Overrides:
doclonein classLLJava.Loadable- Returns:
- a fresh copy.
-
format
Delivers a format object for pretty-printing by inheritance from some ancestor class.- Specified by:
formatin interfaceFormattable- Overrides:
formatin classLLJava.Loadable- 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.- Overrides:
initFromin classLLJava.Loadable
-
get_kind
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":932.9-49, see this pretty print.)
Generated getter method.- Returns:
- The current field value of type
LLJava.HandleKind(nevernull) - See Also:
-
with_kind
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":932.9-49, see this pretty print.)- Parameters:
val- the new value of typeLLJava.HandleKind(nevernull)- Returns:
- a new instance of the algebraic/immutable data type, with the addressed field set to the new value.
- See Also:
-
get_reference
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":933.9-49, see this pretty print.)
Generated getter method.- Returns:
- The current field value of type
LLJava.MemberRef(nevernull) - See Also:
-
with_reference
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":933.9-49, see this pretty print.)- Parameters:
val- the new value of typeLLJava.MemberRef(nevernull)- Returns:
- a new instance of the algebraic/immutable data type, with the addressed field set to the new value.
- See Also:
-
get_kind
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_reference
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.
-