Package eu.bandm.tools.lljava.absy
Class LLJava.AbstractDynamic
java.lang.Object
eu.bandm.tools.lljava.absy.LLJava.ConstantPoolEntry
eu.bandm.tools.lljava.absy.LLJava.AbstractDynamic
- All Implemented Interfaces:
Formattable
,Cloneable
- Direct Known Subclasses:
LLJava.Dynamic
,LLJava.InvokeDynamic
- 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":946.1-948.55, see this pretty print.)
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":946.1-948.55, see this pretty print.)
-
Field Summary
Modifier and TypeFieldDescriptionprotected LLJava.BootstrapMethod
Generated by umod; model author's documentation MISSING.protected LLJava.NameAndType
Generated by umod; model author's documentation MISSING. -
Constructor Summary
ConstructorDescriptionAbstractDynamic
(LLJava.BootstrapMethod bootstrap, LLJava.NameAndType nametype) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". -
Method Summary
Modifier and TypeMethodDescriptiondoclone()
Clones this object.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.AbstractDynamic>
get_bootstrap
(Pattern<? super LLJava.BootstrapMethod> 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.AbstractDynamic>
get_nametype
(Pattern<? super LLJava.NameAndType> p) Lifts a pattern which matches the field value to one which matches this whole object.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.
-
Field Details
-
bootstrap
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":947.9-55, see this pretty print.)
The type of this field isLLJava.BootstrapMethod
(never null)
It is set by every possible constructor. -
nametype
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":948.9-55, see this pretty print.)
The type of this field isLLJava.NameAndType
(never null)
It is set by every possible constructor.
-
-
Constructor Details
-
Method Details
-
doclone
Clones this object. Method never fails, sinceCloneable
is known to be implemented.- Overrides:
doclone
in classLLJava.ConstantPoolEntry
- Returns:
- a fresh copy.
-
format
Delivers a format object for pretty-printing by inheritance from some ancestor class.- Specified by:
format
in interfaceFormattable
- Overrides:
format
in classLLJava.ConstantPoolEntry
- Returns:
- a format that represents this object in a pretty-printable way
-
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:
initFrom
in classLLJava.ConstantPoolEntry
-
get_bootstrap
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":947.9-55, see this pretty print.)
Generated getter method. @see #bootstrap- Returns:
- The current field value of type
LLJava.BootstrapMethod
(never null)
-
with_bootstrap
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":947.9-55, see this pretty print.)- Parameters:
val
- the new value of typeLLJava.BootstrapMethod
(never null)- Returns:
- a new instance of the algebraic/immutable data type, with the addressed field set to the new value.
- See Also:
-
get_nametype
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":948.9-55, see this pretty print.)
Generated getter method. @see #nametype- Returns:
- The current field value of type
LLJava.NameAndType
(never null)
-
with_nametype
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":948.9-55, see this pretty print.)- Parameters:
val
- the new value of typeLLJava.NameAndType
(never null)- Returns:
- a new instance of the algebraic/immutable data type, with the addressed field set to the new value.
- See Also:
-
get_bootstrap
public static Pattern<LLJava.AbstractDynamic> get_bootstrap(Pattern<? super LLJava.BootstrapMethod> 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
. -
get_nametype
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
.
-