toggle menu
shake
0.1.0
common
switch theme
search in API
com.shakelang.shake.bytecode.interpreter
/
com.shakelang.shake.bytecode.interpreter.wrapper
/
ShakeInterpreterClasspath
Shake
Interpreter
Classpath
interface
ShakeInterpreterClasspath
(
source
)
Members
Types
Companion
Link copied to clipboard
object
Companion
Properties
interpreter
Link copied to clipboard
abstract
val
interpreter
:
ShakeInterpreter
packages
Link copied to clipboard
abstract
val
packages
:
List
<
ShakeInterpreterPackage
>
Functions
get
Class
Link copied to clipboard
open
fun
getClass
(
descriptor
:
PathDescriptor
)
:
ShakeInterpreterClass
?
open
fun
getClass
(
descriptor
:
String
)
:
ShakeInterpreterClass
?
get
Field
Link copied to clipboard
open
fun
getField
(
descriptor
:
PathDescriptor
)
:
ShakeInterpreterField
?
open
fun
getField
(
descriptor
:
String
)
:
ShakeInterpreterField
?
get
Method
Link copied to clipboard
open
fun
getMethod
(
descriptor
:
PathDescriptor
)
:
ShakeInterpreterMethod
?
open
fun
getMethod
(
descriptor
:
String
)
:
ShakeInterpreterMethod
?
get
Package
Link copied to clipboard
abstract
fun
getPackage
(
descriptor
:
PathDescriptor
)
:
ShakeInterpreterPackage
?
open
fun
getPackage
(
descriptor
:
String
)
:
ShakeInterpreterPackage
?
load
Link copied to clipboard
abstract
fun
load
(
storage
:
StorageFormat
)
open
fun
load
(
vararg
storages
:
StorageFormat
)
open
fun
load
(
storages
:
List
<
StorageFormat
>
)