toggle menu
shake
0.1.0
common
switch theme
search in API
com.shakelang.shake.bytecode.utils
/
com.shakelang.shake.bytecode.interpreter.generator.attributes
/
AttributeGenerationContext
Attribute
Generation
Context
open
class
AttributeGenerationContext
(
val
constantPool
:
MutableConstantPool
)
(
source
)
Inheritors
CodeAttributeGenerationContext
Members
Constructors
Attribute
Generation
Context
Link copied to clipboard
constructor
(
constantPool
:
MutableConstantPool
)
Properties
constant
Pool
Link copied to clipboard
val
constantPool
:
MutableConstantPool
data
Link copied to clipboard
open
var
data
:
ByteArray
name
Link copied to clipboard
var
name
:
String
Functions
to
Attribute
Link copied to clipboard
open
fun
toAttribute
(
pool
:
MutableConstantPool
)
:
Attribute
to
Mutable
Attribute
Link copied to clipboard
open
fun
toMutableAttribute
(
pool
:
MutableConstantPool
)
:
MutableAttribute