-
Subclasses of LocalField in gnu.jel
Modifier and Type |
Class |
Description |
class |
LocalMethod |
Represents a method local to the class being compiled.
|
Constructors in gnu.jel with parameters of type LocalField
Constructor |
Description |
ClassFile(int modifiers,
java.lang.String name,
java.lang.Class<?> superClass,
java.lang.Class<?>[] interfaces,
LocalField[] fields) |
Starts creation of a new class file.
|