public static class LLJava.Wildcard extends LLJava.TypeArgument
Modifier and Type | Field and Description |
---|---|
protected LLJava.TypeBound |
bound
Generated by umod; model author's documentation MISSING.
|
protected LLJava.RefType |
erasure
The raw type represented by the upper bound of
this
wildcard type specification.
|
annotations
location
format
Constructor and Description |
---|
Wildcard()
Synthetic minimal constructor provided by the umod compiler.
|
Wildcard(LLJava.TypeBound bound)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Modifier and Type | Method and Description |
---|---|
LLJava.Wildcard |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing, as specified in the umod source.
|
LLJava.TypeBound |
get_bound()
Generated by umod; model author's documentation MISSING.
|
static Pattern<LLJava.Wildcard> |
get_bound(Pattern<? super LLJava.TypeBound> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
LLJava.RefType |
get_erasure()
The raw type represented by the upper bound of
this
wildcard type specification.
|
static String |
getFormatHint()
Delivers the format specification from the umod source.
|
LLJava.Wildcard |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
boolean |
set_bound(LLJava.TypeBound val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_erasure(LLJava.Type val)
The raw type represented by the upper bound of
this
wildcard type specification.
|
descend_annotations, get_annotations, get_annotations, get_erasure, set_annotations
get_location, get_location, set_location
protected LLJava.TypeBound bound
LLJava.TypeBound
(maybe null)protected LLJava.RefType erasure
ContextChecker
. LLJava.RefType
(maybe null)public Wildcard(LLJava.TypeBound bound)
bound
- is copied to field bound
public Wildcard()
public LLJava.Wildcard doclone()
Cloneable
is known
to be implemented.doclone
in class LLJava.TypeArgument
public static String getFormatHint()
annotations[, , /],'?'(
bound?)
public Format format()
format
in interface Formattable
format
in class LLJava.TypeArgument
public LLJava.Wildcard initFrom(Object o0)
initFrom
in class LLJava.TypeArgument
public LLJava.TypeBound get_bound()
LLJava.TypeBound
(maybe
null)public boolean set_bound(LLJava.TypeBound val)
val
- the new value of type LLJava.TypeBound
(maybe null)bound
public LLJava.RefType get_erasure()
ContextChecker
. get_erasure
in class LLJava.TypeArgument
LLJava.RefType
(maybe
null)public boolean set_erasure(LLJava.Type val)
ContextChecker
. val
- the new value of type LLJava.RefType
(maybe null)erasure
public static Pattern<LLJava.Wildcard> get_bound(Pattern<? super LLJava.TypeBound> p)
LLJava.__Patterns
.see also the complete user documentation .