Constructor and Description |
---|
WrapperClassInfo(ClassInfo info) |
Modifier and Type | Method and Description |
---|---|
String |
getClassName() |
String[] |
getGeneralImports() |
String[] |
getInterfaceNames() |
int |
getModifiers() |
String |
getPackageName() |
String[] |
getSpecificImports() |
String |
getSuperclassName() |
public WrapperClassInfo(ClassInfo info)
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.