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