Class IRSwitchStatementCompiler.ConstantCase
- java.lang.Object
-
- gw.internal.gosu.ir.compiler.bytecode.statement.IRSwitchStatementCompiler.ConstantCase
-
- All Implemented Interfaces:
java.lang.Comparable<IRSwitchStatementCompiler.ConstantCase>
- Enclosing class:
- IRSwitchStatementCompiler
private static final class IRSwitchStatementCompiler.ConstantCase extends java.lang.Object implements java.lang.Comparable<IRSwitchStatementCompiler.ConstantCase>
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.util.List<IRStatement>body(package private) org.objectweb.asm.Labellabel(package private) intvalue
-
Constructor Summary
Constructors Modifier Constructor Description privateConstantCase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(IRSwitchStatementCompiler.ConstantCase o)
-
-
-
Field Detail
-
value
int value
-
label
org.objectweb.asm.Label label
-
body
java.util.List<IRStatement> body
-
-
Method Detail
-
compareTo
public int compareTo(IRSwitchStatementCompiler.ConstantCase o)
- Specified by:
compareToin interfacejava.lang.Comparable<IRSwitchStatementCompiler.ConstantCase>
-
-