com.cedarsoft.codegen.mock
Class ClassTypeMock
java.lang.Object
com.cedarsoft.codegen.mock.TypeMirrorMock
com.cedarsoft.codegen.mock.ReferenceTypeMock
com.cedarsoft.codegen.mock.DeclaredTypeMock
com.cedarsoft.codegen.mock.ClassTypeMock
- All Implemented Interfaces:
- com.sun.mirror.type.ClassType, com.sun.mirror.type.DeclaredType, com.sun.mirror.type.ReferenceType, com.sun.mirror.type.TypeMirror
public class ClassTypeMock
- extends DeclaredTypeMock
- implements com.sun.mirror.type.ClassType
| Methods inherited from interface com.sun.mirror.type.DeclaredType |
getActualTypeArguments, getContainingType, getSuperinterfaces |
| Methods inherited from interface com.sun.mirror.type.TypeMirror |
accept, equals, toString |
ClassTypeMock
public ClassTypeMock(@NotNull
Class<?> type)
getSuperclass
public com.sun.mirror.type.ClassType getSuperclass()
- Specified by:
getSuperclass in interface com.sun.mirror.type.ClassType
getDeclaration
public com.sun.mirror.declaration.ClassDeclaration getDeclaration()
- Specified by:
getDeclaration in interface com.sun.mirror.type.ClassType- Specified by:
getDeclaration in interface com.sun.mirror.type.DeclaredType- Overrides:
getDeclaration in class DeclaredTypeMock
Copyright © 2010 cedarsoft GmbH. All Rights Reserved.