org
.
uqbar
.
voodoo
BytecodeClassLoader
Related Doc:
package voodoo
class
BytecodeClassLoader
extends
ClassLoader
with
ClassWriter
Linear Supertypes
ClassWriter
,
ClassLoader
,
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
BytecodeClassLoader
ClassWriter
ClassLoader
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Instance Constructors
new
BytecodeClassLoader
()
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
attributeLabel
(
attribute:
Attribute
[_ <:
Attributable
]
)
:
String
Definition Classes
ClassWriter
def
buildConstantPool
(
c:
Class
)
:
ConstantPool
Definition Classes
ClassWriter
def
byteIndexOf
(
label:
Label
)
(
code:
Code
)
:
Int
Definition Classes
ClassWriter
def
clearAssertionStatus
()
:
Unit
Definition Classes
ClassLoader
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
defineClass
(
arg0:
String
,
arg1:
ByteBuffer
,
arg2:
ProtectionDomain
)
:
Class
[_]
Attributes
protected[
java.lang
]
Definition Classes
ClassLoader
Annotations
@throws
(
classOf[java.lang.ClassFormatError]
)
final
def
defineClass
(
arg0:
String
,
arg1:
Array
[
Byte
]
,
arg2:
Int
,
arg3:
Int
,
arg4:
ProtectionDomain
)
:
Class
[_]
Attributes
protected[
java.lang
]
Definition Classes
ClassLoader
Annotations
@throws
(
classOf[java.lang.ClassFormatError]
)
final
def
defineClass
(
arg0:
String
,
arg1:
Array
[
Byte
]
,
arg2:
Int
,
arg3:
Int
)
:
Class
[_]
Attributes
protected[
java.lang
]
Definition Classes
ClassLoader
Annotations
@throws
(
classOf[java.lang.ClassFormatError]
)
def
definePackage
(
arg0:
String
,
arg1:
String
,
arg2:
String
,
arg3:
String
,
arg4:
String
,
arg5:
String
,
arg6:
String
,
arg7:
URL
)
:
Package
Attributes
protected[
java.lang
]
Definition Classes
ClassLoader
Annotations
@throws
(
...
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
def
findClass
(
arg0:
String
)
:
Class
[_]
Attributes
protected[
java.lang
]
Definition Classes
ClassLoader
Annotations
@throws
(
...
)
def
findLibrary
(
arg0:
String
)
:
String
Attributes
protected[
java.lang
]
Definition Classes
ClassLoader
final
def
findLoadedClass
(
arg0:
String
)
:
Class
[_]
Attributes
protected[
java.lang
]
Definition Classes
ClassLoader
def
findResource
(
arg0:
String
)
:
URL
Attributes
protected[
java.lang
]
Definition Classes
ClassLoader
def
findResources
(
arg0:
String
)
:
Enumeration
[
URL
]
Attributes
protected[
java.lang
]
Definition Classes
ClassLoader
Annotations
@throws
(
classOf[java.io.IOException]
)
final
def
findSystemClass
(
arg0:
String
)
:
Class
[_]
Attributes
protected[
java.lang
]
Definition Classes
ClassLoader
Annotations
@throws
(
...
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
getClassLoadingLock
(
arg0:
String
)
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
ClassLoader
def
getPackage
(
arg0:
String
)
:
Package
Attributes
protected[
java.lang
]
Definition Classes
ClassLoader
def
getPackages
()
:
Array
[
Package
]
Attributes
protected[
java.lang
]
Definition Classes
ClassLoader
final
def
getParent
()
:
ClassLoader
Definition Classes
ClassLoader
Annotations
@CallerSensitive
()
def
getResource
(
arg0:
String
)
:
URL
Definition Classes
ClassLoader
def
getResourceAsStream
(
arg0:
String
)
:
InputStream
Definition Classes
ClassLoader
def
getResources
(
arg0:
String
)
:
Enumeration
[
URL
]
Definition Classes
ClassLoader
Annotations
@throws
(
classOf[java.io.IOException]
)
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
def
importClass
(
path:
String
)
:
Class
[_]
def
importClass
(
target:
Class
)
:
Class
[_]
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
loadClass
(
arg0:
String
,
arg1:
Boolean
)
:
Class
[_]
Attributes
protected[
java.lang
]
Definition Classes
ClassLoader
Annotations
@throws
(
...
)
def
loadClass
(
arg0:
String
)
:
Class
[_]
Definition Classes
ClassLoader
Annotations
@throws
(
...
)
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
final
def
resolveClass
(
arg0:
Class
[_]
)
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
ClassLoader
def
setClassAssertionStatus
(
arg0:
String
,
arg1:
Boolean
)
:
Unit
Definition Classes
ClassLoader
def
setDefaultAssertionStatus
(
arg0:
Boolean
)
:
Unit
Definition Classes
ClassLoader
def
setPackageAssertionStatus
(
arg0:
String
,
arg1:
Boolean
)
:
Unit
Definition Classes
ClassLoader
final
def
setSigners
(
arg0:
Class
[_]
,
arg1:
Array
[
AnyRef
]
)
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
ClassLoader
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
writeAccessFlags
(
visibility:
Visibility
,
metatype:
Metatype
,
modifiers:
Set
[_ <:
Modifier
[_]]
)
(
output:
DataOutputStream
)
:
Unit
Attributes
protected
Definition Classes
ClassWriter
def
writeAnnotation
(
annotation:
Annotation
)
(
cp:
ConstantPool
)
(
output:
DataOutputStream
)
:
Unit
Attributes
protected
Definition Classes
ClassWriter
def
writeAnnotationValue
(
value:
Any
)
(
cp:
ConstantPool
)
(
output:
DataOutputStream
)
:
Unit
Attributes
protected
Definition Classes
ClassWriter
def
writeAttributes
[
T <:
Attributable
]
(
as:
Iterable
[
Attribute
[
T
]]
,
code:
Code
=
null
)
(
cp:
ConstantPool
)
(
output:
DataOutputStream
)
:
Unit
Attributes
protected
Definition Classes
ClassWriter
def
writeClass
(
c:
Class
,
outputStream:
OutputStream
)
:
Unit
Definition Classes
ClassWriter
def
writeClass
(
c:
Class
,
filePath:
String
)
:
Unit
Definition Classes
ClassWriter
def
writeConstantPool
(
cp:
ConstantPool
)
(
output:
DataOutputStream
)
:
Unit
Attributes
protected
Definition Classes
ClassWriter
def
writeFields
(
fs:
Set
[
Field
]
)
(
cp:
ConstantPool
)
(
output:
DataOutputStream
)
:
Unit
Attributes
protected
Definition Classes
ClassWriter
def
writeInstruction
(
instruction:
Instruction
,
code:
Code
,
codeOffset:
Int
)
(
cp:
ConstantPool
)
(
output:
DataOutputStream
)
:
Unit
Attributes
protected
Definition Classes
ClassWriter
def
writeInterfaces
(
is:
Set
[
Type
]
)
(
cp:
ConstantPool
)
(
output:
DataOutputStream
)
:
Unit
Attributes
protected
Definition Classes
ClassWriter
def
writeMagic
(
output:
DataOutputStream
)
:
Unit
Attributes
protected
Definition Classes
ClassWriter
def
writeMethods
(
ms:
Set
[
Method
]
)
(
cp:
ConstantPool
)
(
output:
DataOutputStream
)
:
Unit
Attributes
protected
Definition Classes
ClassWriter
def
writeStackMapTable
(
code:
Code
)
(
cp:
ConstantPool
)
(
output:
DataOutputStream
)
:
Unit
Attributes
protected
Definition Classes
ClassWriter
def
writeType
(
t:
Type
)
(
cp:
ConstantPool
)
(
output:
DataOutputStream
)
:
Unit
Attributes
protected
Definition Classes
ClassWriter
def
writeVerificationType
(
verificationType:
VerificationTypeInfo
,
code:
Code
)
(
cp:
ConstantPool
)
(
output:
DataOutputStream
)
:
Unit
Attributes
protected
Definition Classes
ClassWriter
def
writeVersion
(
v:
ClassVersion
)
(
output:
DataOutputStream
)
:
Unit
Attributes
protected
Definition Classes
ClassWriter
Deprecated Value Members
final
def
defineClass
(
arg0:
Array
[
Byte
]
,
arg1:
Int
,
arg2:
Int
)
:
Class
[_]
Attributes
protected[
java.lang
]
Definition Classes
ClassLoader
Annotations
@Deprecated
@deprecated
@throws
(
classOf[java.lang.ClassFormatError]
)
Deprecated
(Since version )
see corresponding Javadoc for more information.
Inherited from
ClassWriter
Inherited from
ClassLoader
Inherited from
AnyRef
Inherited from
Any
Ungrouped