public static class LLJava.Handler extends LLJava.Node
try instruction.   | Modifier and Type | Field and Description | 
|---|---|
| protected LLJava.CodePoint | bodyGenerated by umod; model author's documentation MISSING. | 
| protected LLJava.ClassReference | typeGenerated by umod; model author's documentation MISSING. | 
locationformat| 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_locationprotected 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 bodypublic LLJava.Handler doclone()
Cloneable is known 
 to be implemented.doclone in class LLJava.Nodepublic static String getFormatHint()
'catch' '('(type?)')' ;body
 public Format format()
format in interface Formattableformat in class LLJava.Nodepublic LLJava.Handler initFrom(Object o0)
initFrom in class LLJava.Nodepublic 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)typepublic 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)bodypublic 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 .