toggle menu
shake
0.1.0
common
switch theme
search in API
com.shakelang.util.jvmlib
/
com.shakelang.util.jvmlib.infos.attributes
/
AttributeInfo
Attribute
Info
abstract
class
AttributeInfo
(
val
name
:
ConstantUtf8Info
)
:
ConstantUser
(
source
)
Inheritors
AttributeCodeInfo
AttributeConstantValueInfo
AttributeStackMapTableInfo
AttributeUnknownInfo
Members
Constructors
Attribute
Info
Link copied to clipboard
constructor
(
name
:
ConstantUtf8Info
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
bytes
Link copied to clipboard
abstract
val
bytes
:
ByteArray
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
abstract
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
abstract
fun
toJson
(
)
:
Map
<
String
,
Any
>