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 SummaryFieldsModifier 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 SummaryConstructorsConstructorDescriptionMethodHandle(LLJava.HandleKind kind, LLJava.MemberRef reference) Constructor generated according to specification #0
 Constructor defined according to directive "C 0/..".
- 
Method SummaryModifier 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_HASHprotected static final int BASE_HASH
- 
kindGenerated 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:
 
- 
referenceGenerated 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- 
docloneClones this object. Method never fails, sinceCloneableis known to be implemented.- Overrides:
- doclonein class- LLJava.Loadable
- Returns:
- a fresh copy.  
 
 
- 
formatDelivers a format object for pretty-printing by inheritance from some ancestor class.- Specified by:
- formatin interface- Formattable
- Overrides:
- formatin class- LLJava.Loadable
- Returns:
- a format that represents this object in a pretty-printable way
 
- 
equalsGenerated by umod because this class isALGEBRAIC.
- 
x_equals
- 
hashCodepublic int hashCode()Generated by umod because this class isALGEBRAIC.
- 
initFromCopies 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 class- LLJava.Loadable
 
- 
get_kindGenerated 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_kindGenerated 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 type- LLJava.HandleKind(never- null)
- Returns:
- a new instance of the algebraic/immutable data type, with the addressed field set to the new value.
- See Also:
 
- 
get_referenceGenerated 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_referenceGenerated 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 type- LLJava.MemberRef(never- null)
- Returns:
- a new instance of the algebraic/immutable data type, with the addressed field set to the new value.
- See Also:
 
- 
get_kindLifts 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_referenceLifts 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.
 
-