Errai 3.0.1-SNAPSHOT

org.jboss.errai.codegen.meta.impl
Class AbstractMetaWildcardType

java.lang.Object
  extended by org.jboss.errai.codegen.meta.impl.AbstractMetaWildcardType
All Implemented Interfaces:
MetaType, MetaWildcardType
Direct Known Subclasses:
GWTWildcardType, JavaReflectionWildcardType

public abstract class AbstractMetaWildcardType
extends Object
implements MetaWildcardType

Base implementation for implementations of MetaWildcardType, providing uniform hashCode, equals, and toString implementations.

Author:
Jonathan Fuerth

Constructor Summary
AbstractMetaWildcardType()
           
 
Method Summary
 boolean equals(Object other)
           
 int hashCode()
           
 String toString()
          Equivalent to MetaWildcardType.getName().
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jboss.errai.codegen.meta.MetaWildcardType
getLowerBounds, getName, getUpperBounds
 

Constructor Detail

AbstractMetaWildcardType

public AbstractMetaWildcardType()
Method Detail

toString

public final String toString()
Description copied from interface: MetaWildcardType
Equivalent to MetaWildcardType.getName().

Specified by:
toString in interface MetaWildcardType
Overrides:
toString in class Object

equals

public final boolean equals(Object other)
Overrides:
equals in class Object

hashCode

public final int hashCode()
Overrides:
hashCode in class Object

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.