com.cedarsoft.codegen.mock
Class ReferenceTypeMock

java.lang.Object
  extended by com.cedarsoft.codegen.mock.TypeMirrorMock
      extended by com.cedarsoft.codegen.mock.ReferenceTypeMock
All Implemented Interfaces:
com.sun.mirror.type.ReferenceType, com.sun.mirror.type.TypeMirror
Direct Known Subclasses:
CollectionTypeMirrorMock, DeclaredTypeMock

public class ReferenceTypeMock
extends TypeMirrorMock
implements com.sun.mirror.type.ReferenceType


Field Summary
protected  Class<?> type
           
 
Constructor Summary
ReferenceTypeMock(Class<?> type)
           
 
Method Summary
 String 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.TypeMirror
accept, equals
 

Field Detail

type

@NotNull
protected final Class<?> type
Constructor Detail

ReferenceTypeMock

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

toString

public String toString()
Specified by:
toString in interface com.sun.mirror.type.TypeMirror
Overrides:
toString in class Object


Copyright © 2010 cedarsoft GmbH. All Rights Reserved.