Package org.teavm.model.instructions
Interface SwitchTableEntryReader
-
- All Known Implementing Classes:
SwitchTableEntry
public interface SwitchTableEntryReader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetCondition()BasicBlockReadergetTarget()
-
-
-
Method Detail
-
getCondition
int getCondition()
-
getTarget
BasicBlockReader getTarget()
-
-