xjavadoc
Class AbstractType

java.lang.Object
  extended by xjavadoc.AbstractType
All Implemented Interfaces:
Type
Direct Known Subclasses:
ParameterImpl, ReturnType

abstract class AbstractType
extends java.lang.Object
implements Type

Base class for Type.

Version:
Revision: 1.0 $
Author:
Aslak Helles?y

Constructor Summary
AbstractType()
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface xjavadoc.Type
getDimension, getDimensionAsString, getType
 

Constructor Detail

AbstractType

AbstractType()
Method Detail

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object