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) |
Modifier and Type | Method and Description |
---|---|
String |
getClassName() |
List<FieldDeclaration> |
getFieldDeclarations() |
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 © 2022. All rights reserved.