Constructor and Description |
---|
SimpleClassInfo(String packageName,
int modifiers,
String className,
String superclassName,
String[] interfaceNames,
String[] generalImports,
String[] specificImports) |
Modifier and Type | Method and Description |
---|---|
String |
getClassName() |
String[] |
getGeneralImports() |
String[] |
getInterfaceNames() |
int |
getModifiers() |
String |
getPackageName() |
String[] |
getSpecificImports() |
String |
getSuperclassName() |
public String getPackageName()
getPackageName
in interface ClassInfo
public int getModifiers()
getModifiers
in interface ClassInfo
public String getClassName()
getClassName
in interface ClassInfo
public String getSuperclassName()
getSuperclassName
in interface ClassInfo
public String[] getInterfaceNames()
getInterfaceNames
in interface ClassInfo
public String[] getGeneralImports()
getGeneralImports
in interface ClassInfo
public String[] getSpecificImports()
getSpecificImports
in interface ClassInfo
Copyright © 2017 com.mchange. All rights reserved.