public static class LLJava.Instanceof extends LLJava.TypeInstruction
| Modifier and Type | Field and Description |
|---|---|
protected LLJava.ReferenceTypeExpr |
type
Generated by umod; model author's documentation MISSING.
|
entrypost, prelocationformat| Constructor and Description |
|---|
Instanceof(LLJava.ReferenceTypeExpr type)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
| Modifier and Type | Method and Description |
|---|---|
LLJava.Instanceof |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing, as specified in the umod source.
|
LLJava.ReferenceTypeExpr |
get_type()
Generated by umod; model author's documentation MISSING.
|
static String |
getFormatHint()
Delivers the format specification from the umod source.
|
LLJava.Instanceof |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
boolean |
set_type(LLJava.TypeExpr val)
Generated by umod; model author's documentation MISSING.
|
get_entry, get_entry, get_type, set_entryget_post, get_post, get_pre, get_pre, set_post, set_pretoStringget_location, get_location, set_locationprotected LLJava.ReferenceTypeExpr type
LLJava.ReferenceTypeExpr(never
null)public Instanceof(LLJava.ReferenceTypeExpr type)
type - is copied to field typepublic LLJava.Instanceof doclone()
Cloneable is known
to be implemented.doclone in class LLJava.TypeInstructionpublic static String getFormatHint()
'instanceof' type public Format format()
format in interface Formattableformat in class LLJava.TypeInstructionpublic LLJava.Instanceof initFrom(Object o0)
initFrom in class LLJava.TypeInstructionpublic LLJava.ReferenceTypeExpr get_type()
get_type in class LLJava.TypeInstructionLLJava.ReferenceTypeExpr(never
null)public boolean set_type(LLJava.TypeExpr val)
val - the new value of type LLJava.ReferenceTypeExpr(never
null)typesee also the complete user documentation .