public static class LLJava.Array extends LLJava.StoreArgument
Modifier and Type | Field and Description |
---|---|
static java.util.function.Function<LLJava.Array,LLJava.Type> |
get_type
Deprecated.
Use new '::' method reference instead.
|
protected LLJava.Type |
type
Generated by umod; model author's documentation MISSING.
|
get_location, location
format
Constructor and Description |
---|
Array()
Synthetic minimal constructor provided by the umod compiler.
|
Modifier and Type | Method and Description |
---|---|
LLJava.Array |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing, as specified in the umod source.
|
LLJava.Type |
get_type()
Generated by umod; model author's documentation MISSING.
|
static Pattern<LLJava.Array> |
get_type(Pattern<? super LLJava.Type> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static java.lang.String |
getFormatHint()
Delivers the format specification from the umod source.
|
LLJava.Array |
initFrom(java.lang.Object o0)
Copies values of all common fields from the argument.
|
boolean |
set_type(LLJava.Type val)
Generated by umod; model author's documentation MISSING.
|
get_location, get_location, set_location
protected LLJava.Type type
LLJava.Type
(maybe null)@Deprecated public static final java.util.function.Function<LLJava.Array,LLJava.Type> get_type
public Array()
public LLJava.Array doclone()
Cloneable
is known
to be implemented.doclone
in class LLJava.StoreArgument
public static java.lang.String getFormatHint()
'[]'
public Format format()
format
in interface Formattable
format
in class LLJava.StoreArgument
public LLJava.Array initFrom(java.lang.Object o0)
initFrom
in class LLJava.StoreArgument
public LLJava.Type get_type()
LLJava.Type
(maybe null)public boolean set_type(LLJava.Type val)
val
- the new value of type LLJava.Type
(maybe null)type
public static Pattern<LLJava.Array> get_type(Pattern<? super LLJava.Type> p)
LLJava.__Patterns
.see also the complete user documentation .