toggle menu
shake
0.1.0
common
switch theme
search in API
com.shakelang.shake.bytecode.tools
/
com.shakelang.shake.bytecode.tools
/
InstructionStringGenerator
Instruction
String
Generator
class
InstructionStringGenerator
(
bytes
:
InputStream
,
val
storage
:
StorageFormat
)
(
source
)
Members
Constructors
Instruction
String
Generator
Link copied to clipboard
constructor
(
bytes
:
InputStream
,
storage
:
StorageFormat
)
Properties
bytes
Link copied to clipboard
val
bytes
:
DataInputStream
counter
Link copied to clipboard
val
counter
:
CountingInputStream
storage
Link copied to clipboard
val
storage
:
StorageFormat
Functions
generate
Link copied to clipboard
fun
generate
(
)
:
List
<
String
>
generate
Instruction
Link copied to clipboard
fun
generateInstruction
(
)
:
String
has
Next
Link copied to clipboard
fun
hasNext
(
)
:
Boolean