Class IfElse
java.lang.Object
dev.quantumfusion.hyphen.codegen.statement.IfElse
- All Implemented Interfaces:
AutoCloseable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.objectweb.asm.Labelprotected org.objectweb.asm.Labelprotected MethodHandler -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
mh
-
elseLabel
protected final org.objectweb.asm.Label elseLabel -
endLabel
protected final org.objectweb.asm.Label endLabel
-
-
Constructor Details
-
IfElse
-
-
Method Details
-
elseStart
public void elseStart() -
close
public void close()- Specified by:
closein interfaceAutoCloseable
-