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