toggle menu
shake
0.1.0
common
switch theme
search in API
com.shakelang.util.jvmlib
/
com.shakelang.util.jvmlib.infos.attributes
/
AttributeConstantValueInfo
Attribute
Constant
Value
Info
class
AttributeConstantValueInfo
(
attributeName
:
ConstantUtf8Info
,
val
value
:
ConstantInfo
)
:
AttributeInfo
(
source
)
Members
Constructors
Attribute
Constant
Value
Info
Link copied to clipboard
constructor
(
attributeName
:
ConstantUtf8Info
,
value
:
ConstantInfo
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
bytes
Link copied to clipboard
open
override
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
open
override
val
uses
:
Array
<
ConstantInfo
>
value
Link copied to clipboard
val
value
:
ConstantInfo
value
Index
Link copied to clipboard
val
valueIndex
:
UShort
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
,
Comparable
<
*
>
>