mockmaker.structure
Interface ClassStructure

All Known Implementing Classes:
ReflectionClassStructure, SourceClassStructure, SourceTypeStructure

public interface ClassStructure


Method Summary
 int getArrayDimensions()
           
 MethodStructure[] getConstructors()
           
 java.lang.String getExpectationName(java.lang.String name)
           
 MethodStructure[] getMethods()
           
 java.lang.String getName()
           
 boolean isArray()
           
 boolean isInterface()
           
 boolean isPrimitive()
           
 

Method Detail

getName

java.lang.String getName()

isInterface

boolean isInterface()

isArray

boolean isArray()

getArrayDimensions

int getArrayDimensions()

isPrimitive

boolean isPrimitive()

getMethods

MethodStructure[] getMethods()

getConstructors

MethodStructure[] getConstructors()

getExpectationName

java.lang.String getExpectationName(java.lang.String name)