public interface ClassStructure
Modifier and Type | Method and Description |
---|---|
int |
getArrayDimensions() |
MethodStructure[] |
getConstructors() |
java.lang.String |
getExpectationName(java.lang.String name) |
MethodStructure[] |
getMethods() |
java.lang.String |
getName() |
boolean |
isArray() |
boolean |
isInterface() |
boolean |
isPrimitive() |
java.lang.String getName()
boolean isInterface()
boolean isArray()
int getArrayDimensions()
boolean isPrimitive()
MethodStructure[] getMethods()
MethodStructure[] getConstructors()
java.lang.String getExpectationName(java.lang.String name)