| Package | Description |
|---|---|
| net.sourceforge.jenesis4java | |
| net.sourceforge.jenesis4java.impl |
| Modifier and Type | Method and Description |
|---|---|
abstract NewAnonymousClass |
VirtualMachine.newAnon(Type type)
Expression factory method which returns a new anonymous class
instance creation expression for the given type. |
abstract NewAnonymousClass |
VirtualMachine.newAnon(Type type,
Comparator comparator) |
abstract NewAnonymousClass |
VirtualMachine.newAnonymousClass(String className,
Comparator comparator,
String... genericTypes) |
abstract NewAnonymousClass |
VirtualMachine.newAnonymousClass(String className,
String... genericTypes) |
| Modifier and Type | Method and Description |
|---|---|
NewAnonymousClass |
MVM.newAnon(Type type) |
NewAnonymousClass |
MVM.newAnon(Type type,
Comparator comparator) |
NewAnonymousClass |
MVM.newAnonymousClass(String className,
Comparator comparator,
String... genericTypes) |
NewAnonymousClass |
MVM.newAnonymousClass(String className,
String... genericTypes) |
Copyright © 2000–2018 jenesis4java. All rights reserved.