Package jadx.core.clsp
Class ClspClass
java.lang.Object
jadx.core.clsp.ClspClass
Class node in classpath graph
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final intprivate final ArgTypeprivate final intprivate Map<String, ClspMethod> private ArgType[]private final ClspClassSource -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintintgetId()getName()ArgType[]booleanhasAccFlag(int flags) inthashCode()booleanvoidsetMethods(List<ClspMethod> methods) voidsetMethodsMap(Map<String, ClspMethod> methodsMap) voidsetParents(ArgType[] parents) voidsetTypeParameters(List<ArgType> typeParameters) toString()
-
Field Details
-
clsType
-
id
private final int id -
accFlags
private final int accFlags -
parents
-
methodsMap
-
typeParameters
-
source
-
-
Constructor Details
-
ClspClass
-
-
Method Details
-
getName
-
getClsType
-
getId
public int getId() -
getAccFlags
public int getAccFlags() -
isInterface
public boolean isInterface() -
hasAccFlag
public boolean hasAccFlag(int flags) -
getParents
-
setParents
-
getMethodsMap
-
getSortedMethodsList
-
setMethodsMap
-
setMethods
-
getTypeParameters
-
setTypeParameters
-
getSource
-
hashCode
public int hashCode() -
equals
-
toString
-