Class JavaSwitchLabel
java.lang.Object
org.openzen.zenscript.javabytecode.compiler.JavaSwitchLabel
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
key
public final int key -
label
public final org.objectweb.asm.Label label
-
-
Constructor Details
-
JavaSwitchLabel
public JavaSwitchLabel(int key, org.objectweb.asm.Label label)
-