public class FastConstructor extends Object
| Constructor and Description |
|---|
FastConstructor(com.esotericsoftware.reflectasm.ConstructorAccess access)
Creates a new instance accessor to assemble bytecode for fast class creation
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
newInstance()
Creates a new instance of the constructor's class
|
public FastConstructor(com.esotericsoftware.reflectasm.ConstructorAccess access)
access - the underlying access to the construction ASM facilitiespublic <T> T newInstance()
T - the class typeCopyright © 2016. All rights reserved.