com.cedarsoft.codegen.mock
Class InterfaceDeclarationMock

java.lang.Object
  extended by com.cedarsoft.codegen.mock.TypeDeclarationMock
      extended by com.cedarsoft.codegen.mock.InterfaceDeclarationMock
All Implemented Interfaces:
com.sun.mirror.declaration.Declaration, com.sun.mirror.declaration.InterfaceDeclaration, com.sun.mirror.declaration.MemberDeclaration, com.sun.mirror.declaration.TypeDeclaration

public class InterfaceDeclarationMock
extends TypeDeclarationMock
implements com.sun.mirror.declaration.InterfaceDeclaration


Field Summary
 
Fields inherited from class com.cedarsoft.codegen.mock.TypeDeclarationMock
type
 
Constructor Summary
InterfaceDeclarationMock(Class<?> type)
           
 
Method Summary
 
Methods inherited from class com.cedarsoft.codegen.mock.TypeDeclarationMock
accept, getAnnotation, getAnnotationMirrors, getDeclaringType, getDocComment, getFields, getFormalTypeParameters, getMethods, getModifiers, getNestedTypes, getPackage, getPosition, getQualifiedName, getSimpleName, getSuperinterfaces, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.sun.mirror.declaration.TypeDeclaration
getFields, getFormalTypeParameters, getMethods, getNestedTypes, getPackage, getQualifiedName, getSuperinterfaces
 
Methods inherited from interface com.sun.mirror.declaration.MemberDeclaration
getDeclaringType
 
Methods inherited from interface com.sun.mirror.declaration.Declaration
accept, equals, getAnnotation, getAnnotationMirrors, getDocComment, getModifiers, getPosition, getSimpleName
 

Constructor Detail

InterfaceDeclarationMock

public InterfaceDeclarationMock(@NotNull
                                Class<?> type)


Copyright © 2010 cedarsoft GmbH. All Rights Reserved.