Class IRSwitchStatementCompiler.ConstantCase
java.lang.Object
gw.internal.gosu.ir.compiler.bytecode.statement.IRSwitchStatementCompiler.ConstantCase
- All Implemented Interfaces:
Comparable<IRSwitchStatementCompiler.ConstantCase>
- Enclosing class:
- IRSwitchStatementCompiler
private static final class IRSwitchStatementCompiler.ConstantCase
extends Object
implements Comparable<IRSwitchStatementCompiler.ConstantCase>
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) List<IRStatement>
(package private) org.objectweb.asm.Label
(package private) int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
value
int value -
label
org.objectweb.asm.Label label -
body
List<IRStatement> body
-
-
Constructor Details
-
ConstantCase
private ConstantCase()
-
-
Method Details
-
compareTo
- Specified by:
compareTo
in interfaceComparable<IRSwitchStatementCompiler.ConstantCase>
-