Package | Description |
---|---|
net.sf.jiapi.file |
This package contains a low level representation of the Java class file format.
|
Modifier and Type | Class and Description |
---|---|
class |
ClassFile
ClassFile is a low level representation of Java class file.
|
class |
Field
This class represents a field, as described in Java Virtual Machine
Specification, 2nd edition, chapter 4.5.
|
class |
Method
This class represents a method, as described in Java Virtual Machine
Specification, 2nd edition, chapter 4.6.
|
Modifier and Type | Method and Description |
---|---|
ProgramElement |
ParseException.getClassFile() |
Constructor and Description |
---|
ParseException(String message,
ProgramElement cf) |
Copyright © 2017. All rights reserved.