Package org.robovm.compiler.llvm
Class Landingpad
java.lang.Object
org.robovm.compiler.llvm.Instruction
org.robovm.compiler.llvm.Landingpad
- All Implemented Interfaces:
Writable
public class Landingpad extends Instruction
- Author:
- niklas
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLandingpad.Catchstatic interfaceLandingpad.Clausestatic classLandingpad.FilterNested classes/interfaces inherited from interface org.robovm.compiler.llvm.Writable
Writable.Provider -
Constructor Summary
Constructors Constructor Description Landingpad(Variable result, Constant personalityFn, boolean cleanup, Landingpad.Clause... clauses)Landingpad(Variable result, Constant personalityFn, Landingpad.Clause... clauses) -
Method Summary
Methods inherited from class org.robovm.compiler.llvm.Instruction
addMetadata, attach, getAttachment, getAttachments, getBasicBlock, getBranchTargets, getMetadata, getReadsFrom, getWritesTo
-
Constructor Details
-
Landingpad
-
Landingpad
public Landingpad(Variable result, Constant personalityFn, boolean cleanup, Landingpad.Clause... clauses)
-
-
Method Details
-
write
- Throws:
IOException
-
toString
-