org
.
uqbar
.
voodoo
.
parser
ClassParser
Related Docs:
object ClassParser
|
package parser
trait
ClassParser
extends
AnyRef
Linear Supertypes
AnyRef
,
Any
Known Subclasses
ClassParser
Ordering
Alphabetic
By inheritance
Inherited
ClassParser
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Type Members
implicit
class
ExtendedDataInputStream
extends
AnyRef
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
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
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]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
def
indexOfOffset
(
targetCodeOffset:
Int
)
(
instructions:
Seq
[
Instruction
]
)
:
Int
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
parseAccessFlags
(
input:
DataInputStream
)
: (
Visibility
,
Metatype
,
Set
[
ClassModifier
])
Attributes
protected
def
parseAnnotation
(
cp:
ConstantPool
)
(
input:
DataInputStream
)
:
Annotation
Attributes
protected
def
parseAnnotationValue
(
cp:
ConstantPool
)
(
input:
DataInputStream
)
:
Any
Attributes
protected
def
parseAttribute
[
T <:
Attributable
]
(
name:
String
,
size:
Int
)
(
cp:
ConstantPool
)
(
input:
DataInputStream
)
: (
Option
[
BootstrapMethods
]) ⇒
Attribute
[
T
]
Attributes
protected
def
parseAttributes
[
T <:
Attributable
]
(
cp:
ConstantPool
)
(
input:
DataInputStream
)
:
Set
[(
Option
[
BootstrapMethods
]) ⇒
Attribute
[
T
]]
Attributes
protected
def
parseClass
(
inputStream:
InputStream
)
:
Class
def
parseClass
(
filePath:
String
)
:
Class
def
parseConstantPool
(
input:
DataInputStream
)
:
ConstantPool
Attributes
protected
def
parseFields
(
cp:
ConstantPool
)
(
input:
DataInputStream
)
:
Set
[
Field
]
Attributes
protected
def
parseInstruction
(
bootstraps:
Option
[
BootstrapMethods
]
)
(
codeOffset:
Int
)
(
cp:
ConstantPool
)
(
input:
DataInputStream
)
:
Instruction
Attributes
protected
def
parseInstructions
(
bootstraps:
Option
[
BootstrapMethods
]
)
(
instructionsByteSize:
Int
)
(
cp:
ConstantPool
)
(
input:
DataInputStream
)
:
Seq
[
Instruction
]
Attributes
protected
def
parseInterfaces
(
cp:
ConstantPool
)
(
input:
DataInputStream
)
:
Set
[
Type
]
Attributes
protected
def
parseMagic
(
input:
DataInputStream
)
:
Unit
Attributes
protected
def
parseMethods
(
cp:
ConstantPool
)
(
input:
DataInputStream
)
:
IndexedSeq
[(
Option
[
BootstrapMethods
]) ⇒
Method
]
Attributes
protected
def
parseType
(
cp:
ConstantPool
)
(
input:
DataInputStream
)
:
Type
Attributes
protected
def
parseVersion
(
input:
DataInputStream
)
:
ClassVersion
Attributes
protected
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
(
...
)
Inherited from
AnyRef
Inherited from
Any
Ungrouped