toggle menu
shake
0.1.0
common
switch theme
search in API
com.shakelang.util.jvmlib
/
com.shakelang.util.jvmlib.infos.attributes
/
AttributeCodeInfo
/
ExceptionTableEntry
Exception
Table
Entry
class
ExceptionTableEntry
(
val
startPc
:
UShort
,
val
endPc
:
UShort
,
val
handlerPc
:
UShort
,
val
catchType
:
UShort
)
(
source
)
Members
Constructors
Exception
Table
Entry
Link copied to clipboard
constructor
(
startPc
:
UShort
,
endPc
:
UShort
,
handlerPc
:
UShort
,
catchType
:
UShort
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
bytes
Link copied to clipboard
val
bytes
:
ByteArray
catch
Type
Link copied to clipboard
val
catchType
:
UShort
end
Pc
Link copied to clipboard
val
endPc
:
UShort
handler
Pc
Link copied to clipboard
val
handlerPc
:
UShort
start
Pc
Link copied to clipboard
val
startPc
:
UShort
Functions
to
Bytes
Link copied to clipboard
fun
toBytes
(
)
:
ByteArray
to
Json
Link copied to clipboard
fun
toJson
(
)
:
Map
<
String
,
UShort
>