toggle menu
shake
0.1.0
common
switch theme
search in API
com.shakelang.util.jvmlib
/
com.shakelang.util.jvmlib.infos.attributes
/
AttributeStackMapTableInfo
Attribute
Stack
Map
Table
Info
class
AttributeStackMapTableInfo
(
val
name
:
ConstantUtf8Info
,
val
entries
:
AttributeStackMapTableInfo.StackMapFrameList
)
:
AttributeInfo
(
source
)
Members
Constructors
Attribute
Stack
Map
Table
Info
Link copied to clipboard
constructor
(
name
:
ConstantUtf8Info
,
entries
:
AttributeStackMapTableInfo.StackMapFrameList
)
Types
Companion
Link copied to clipboard
object
Companion
Stack
Map
Frame
Info
Link copied to clipboard
abstract
class
StackMapFrameInfo
Stack
Map
Frame
List
Link copied to clipboard
class
StackMapFrameList
(
val
frames
:
MutableList
<
AttributeStackMapTableInfo.StackMapFrameInfo
>
)
:
MutableList
<
AttributeStackMapTableInfo.StackMapFrameInfo
>
Verification
Type
List
Link copied to clipboard
class
VerificationTypeList
(
val
entries
:
MutableList
<
UByte
>
)
:
MutableList
<
UByte
>
Properties
bytes
Link copied to clipboard
open
override
val
bytes
:
ByteArray
entries
Link copied to clipboard
val
entries
:
AttributeStackMapTableInfo.StackMapFrameList
name
Link copied to clipboard
val
name
:
ConstantUtf8Info
name
Index
Link copied to clipboard
val
nameIndex
:
UShort
users
Link copied to clipboard
open
val
users
:
Array
<
ConstantUser
>
uses
Link copied to clipboard
open
override
val
uses
:
Array
<
ConstantInfo
>
Functions
dump
Link copied to clipboard
fun
dump
(
out
:
DataOutputStream
)
init
Link copied to clipboard
fun
init
(
clazz
:
ClassInfo
)
to
Bytes
Link copied to clipboard
fun
toBytes
(
)
:
ByteArray
to
Json
Link copied to clipboard
open
override
fun
toJson
(
)
:
Map
<
String
,
Any
>