public interface ClassInfo
Modifier and Type | Method and Description |
---|---|
String |
getClassName() |
String[] |
getGeneralImports() |
String[] |
getInterfaceNames() |
int |
getModifiers() |
String |
getPackageName() |
String[] |
getSpecificImports() |
String |
getSuperclassName() |
String getPackageName()
int getModifiers()
String getClassName()
String getSuperclassName()
String[] getInterfaceNames()
String[] getGeneralImports()
String[] getSpecificImports()
Copyright © 2018 com.mchange. All rights reserved.