public class ClassInfo extends Object
Constructor and Description |
---|
ClassInfo(String className,
Result.Type type,
FieldInfo[] fieldInfos) |
Modifier and Type | Method and Description |
---|---|
String |
getClassName() |
FieldInfo[] |
getFieldInfos() |
Result.Type |
getType() |
void |
setClassName(String className) |
void |
setFieldInfos(FieldInfo[] fieldInfos) |
void |
setType(Result.Type type) |
public ClassInfo(String className, Result.Type type, FieldInfo[] fieldInfos)
public String getClassName()
public void setClassName(String className)
public FieldInfo[] getFieldInfos()
public void setFieldInfos(FieldInfo[] fieldInfos)
public Result.Type getType()
public void setType(Result.Type type)
Copyright © 2016. All rights reserved.