com.cedarsoft.codegen.mock
Class InterfaceTypeMock

java.lang.Object
  extended by com.cedarsoft.codegen.mock.TypeMirrorMock
      extended by com.cedarsoft.codegen.mock.ReferenceTypeMock
          extended by com.cedarsoft.codegen.mock.DeclaredTypeMock
              extended by 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


Field Summary
 
Fields inherited from class com.cedarsoft.codegen.mock.ReferenceTypeMock
type
 
Constructor Summary
InterfaceTypeMock(Class<?> type)
           
 
Method Summary
 com.sun.mirror.declaration.InterfaceDeclaration getDeclaration()
           
 
Methods inherited from class com.cedarsoft.codegen.mock.DeclaredTypeMock
getActualTypeArguments, getContainingType, getSuperinterfaces
 
Methods inherited from class com.cedarsoft.codegen.mock.ReferenceTypeMock
toString
 
Methods inherited from class com.cedarsoft.codegen.mock.TypeMirrorMock
accept
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.sun.mirror.type.DeclaredType
getActualTypeArguments, getContainingType, getSuperinterfaces
 
Methods inherited from interface com.sun.mirror.type.TypeMirror
accept, equals, toString
 

Constructor Detail

InterfaceTypeMock

public InterfaceTypeMock(@NotNull
                         Class<?> type)
Method Detail

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.