public static class LLJava.New extends LLJava.TypeInstruction
Modifier and Type | Field and Description |
---|---|
protected int |
multiarray
Generated by umod; model author's documentation MISSING.
|
protected LLJava.ReferenceTypeExpr |
type
Generated by umod; model author's documentation MISSING.
|
entry
post, pre
location
format
Constructor and Description |
---|
New(LLJava.ReferenceTypeExpr type)
Constructor generated according to specification #1
Constructor defined according to directive "C 1/..". |
New(LLJava.ReferenceTypeExpr type,
int multiarray)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Modifier and Type | Method and Description |
---|---|
LLJava.New |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing, as specified in the umod source.
|
int |
get_multiarray()
Generated by umod; model author's documentation MISSING.
|
static Pattern<LLJava.New> |
get_multiarray(Pattern<? super Integer> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
LLJava.ReferenceTypeExpr |
get_type()
Generated by umod; model author's documentation MISSING.
|
static String |
getFormatHint()
Delivers the format specification from the umod source.
|
LLJava.New |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
boolean |
set_multiarray(int val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_type(LLJava.TypeExpr val)
Generated by umod; model author's documentation MISSING.
|
get_entry, get_entry, get_type, set_entry
get_post, get_post, get_pre, get_pre, set_post, set_pre
toString
get_location, get_location, set_location
protected LLJava.ReferenceTypeExpr type
LLJava.ReferenceTypeExpr
(never
null)protected int multiarray
get_multiarray()
,
set_multiarray(int)
public New(LLJava.ReferenceTypeExpr type, int multiarray)
type
- is copied to field type
multiarray
- is copied to field multiarray
public New(LLJava.ReferenceTypeExpr type)
type
- is copied to field type
public LLJava.New doclone()
Cloneable
is known
to be implemented.doclone
in class LLJava.TypeInstruction
public static String getFormatHint()
'new' type
public Format format()
format
in interface Formattable
format
in class LLJava.TypeInstruction
public LLJava.New initFrom(Object o0)
initFrom
in class LLJava.TypeInstruction
public LLJava.ReferenceTypeExpr get_type()
get_type
in class LLJava.TypeInstruction
LLJava.ReferenceTypeExpr
(never
null)public boolean set_type(LLJava.TypeExpr val)
val
- the new value of type LLJava.ReferenceTypeExpr
(never
null)type
public int get_multiarray()
public boolean set_multiarray(int val)
val
- the new value of type int(never null)multiarray
public static Pattern<LLJava.New> get_multiarray(Pattern<? super Integer> p)
LLJava.__Patterns
.see also the complete user documentation .