public static class LLJava.Handler extends LLJava.Node
try
instruction. Modifier and Type | Field and Description |
---|---|
protected LLJava.CodePoint |
body
Generated by umod; model author's documentation MISSING.
|
protected LLJava.ClassReference |
type
Generated by umod; model author's documentation MISSING.
|
location
format
Constructor and Description |
---|
Handler(LLJava.ClassReference type,
LLJava.CodePoint body)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Handler(LLJava.CodePoint body)
Synthetic minimal constructor provided by the umod compiler.
|
Modifier and Type | Method and Description |
---|---|
LLJava.Handler |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing, as specified in the umod source.
|
LLJava.CodePoint |
get_body()
Generated by umod; model author's documentation MISSING.
|
static Pattern<LLJava.Handler> |
get_body(Pattern<? super LLJava.CodePoint> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
LLJava.ClassReference |
get_type()
Generated by umod; model author's documentation MISSING.
|
static Pattern<LLJava.Handler> |
get_type(Pattern<? super LLJava.ClassReference> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static String |
getFormatHint()
Delivers the format specification from the umod source.
|
LLJava.Handler |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
boolean |
set_body(LLJava.CodePoint val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_type(LLJava.ClassReference val)
Generated by umod; model author's documentation MISSING.
|
get_location, get_location, set_location
protected LLJava.ClassReference type
LLJava.ClassReference
(maybe
null)protected LLJava.CodePoint body
LLJava.CodePoint
(never null)public Handler(LLJava.ClassReference type, LLJava.CodePoint body)
public Handler(LLJava.CodePoint body)
body
- is copied to field body
public LLJava.Handler doclone()
Cloneable
is known
to be implemented.doclone
in class LLJava.Node
public static String getFormatHint()
'catch' '('(type?)')' ;body
public Format format()
format
in interface Formattable
format
in class LLJava.Node
public LLJava.Handler initFrom(Object o0)
initFrom
in class LLJava.Node
public LLJava.ClassReference get_type()
LLJava.ClassReference
(maybe
null)public boolean set_type(LLJava.ClassReference val)
val
- the new value of type LLJava.ClassReference
(maybe
null)type
public LLJava.CodePoint get_body()
LLJava.CodePoint
(never
null)public boolean set_body(LLJava.CodePoint val)
val
- the new value of type LLJava.CodePoint
(never null)body
public static Pattern<LLJava.Handler> get_type(Pattern<? super LLJava.ClassReference> p)
LLJava.__Patterns
.public static Pattern<LLJava.Handler> get_body(Pattern<? super LLJava.CodePoint> p)
LLJava.__Patterns
.see also the complete user documentation .