Interface IJavaInsnDecoder
-
- All Known Implementing Classes:
InvokeDecoder,LoadConstDecoder,LookupSwitchDecoder,TableSwitchDecoder,WideDecoder
public interface IJavaInsnDecoder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description voiddecode(CodeDecodeState state)default voidskip(CodeDecodeState state)
-
-
-
Method Detail
-
decode
void decode(CodeDecodeState state)
-
skip
default void skip(CodeDecodeState state)
-
-