Package org.teavm.model.lowlevel
Class ExceptionHandlerDescriptor
- java.lang.Object
-
- org.teavm.model.lowlevel.ExceptionHandlerDescriptor
-
public class ExceptionHandlerDescriptor extends Object
-
-
Constructor Summary
Constructors Constructor Description ExceptionHandlerDescriptor(int id, String className)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClassName()intgetId()static ExceptionHandlerDescriptorload(AnnotationReader annot)AnnotationReadersave()
-
-
-
Constructor Detail
-
ExceptionHandlerDescriptor
public ExceptionHandlerDescriptor(int id, String className)
-
-
Method Detail
-
getId
public int getId()
-
getClassName
public String getClassName()
-
save
public AnnotationReader save()
-
load
public static ExceptionHandlerDescriptor load(AnnotationReader annot)
-
-