public abstract class ClassDelegate extends Object
| Modifier and Type | Field and Description | 
|---|---|
protected String | 
className  | 
protected List<FieldDeclaration> | 
fieldDeclarations  | 
| Constructor and Description | 
|---|
ClassDelegate(Class<?> clazz,
             List<FieldDeclaration> fieldDeclarations)  | 
ClassDelegate(String className,
             List<FieldDeclaration> fieldDeclarations)  | 
protected String className
protected List<FieldDeclaration> fieldDeclarations
public ClassDelegate(String className, List<FieldDeclaration> fieldDeclarations)
public ClassDelegate(Class<?> clazz, List<FieldDeclaration> fieldDeclarations)
public String getClassName()
public List<FieldDeclaration> getFieldDeclarations()
Copyright © 2018. All rights reserved.