public abstract static class LLJava.AbstractDynamic extends LLJava.ConstantPoolEntry
Modifier and Type | Field and Description |
---|---|
protected LLJava.BootstrapMethod |
bootstrap
Generated by umod; model author's documentation MISSING.
|
protected LLJava.NameAndType |
nametype
Generated by umod; model author's documentation MISSING.
|
format
Constructor and Description |
---|
AbstractDynamic(LLJava.BootstrapMethod bootstrap,
LLJava.NameAndType nametype)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Modifier and Type | Method and Description |
---|---|
LLJava.AbstractDynamic |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing by inheritance from some ancestor class.
|
LLJava.BootstrapMethod |
get_bootstrap()
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.
|
LLJava.NameAndType |
get_nametype()
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.
|
LLJava.AbstractDynamic |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
LLJava.AbstractDynamic |
with_bootstrap(LLJava.BootstrapMethod val)
Generated by umod; model author's documentation MISSING.
|
LLJava.AbstractDynamic |
with_nametype(LLJava.NameAndType val)
Generated by umod; model author's documentation MISSING.
|
protected LLJava.BootstrapMethod bootstrap
LLJava.BootstrapMethod
(never
null)protected LLJava.NameAndType nametype
LLJava.NameAndType
(never null)public AbstractDynamic(LLJava.BootstrapMethod bootstrap, LLJava.NameAndType nametype)
public LLJava.AbstractDynamic doclone()
Cloneable
is known
to be implemented.doclone
in class LLJava.ConstantPoolEntry
public Format format()
format
in interface Formattable
format
in class LLJava.ConstantPoolEntry
public LLJava.AbstractDynamic initFrom(Object o0)
initFrom
in class LLJava.ConstantPoolEntry
public LLJava.BootstrapMethod get_bootstrap()
LLJava.BootstrapMethod
(never
null)public LLJava.AbstractDynamic with_bootstrap(LLJava.BootstrapMethod val)
val
- the new value of type LLJava.BootstrapMethod
(never
null)bootstrap
public LLJava.NameAndType get_nametype()
LLJava.NameAndType
(never
null)public LLJava.AbstractDynamic with_nametype(LLJava.NameAndType val)
val
- the new value of type LLJava.NameAndType
(never null)nametype
public static Pattern<LLJava.AbstractDynamic> get_bootstrap(Pattern<? super LLJava.BootstrapMethod> p)
LLJava.__Patterns
.public static Pattern<LLJava.AbstractDynamic> get_nametype(Pattern<? super LLJava.NameAndType> p)
LLJava.__Patterns
.see also the complete user documentation .