Errai 3.0.1-SNAPSHOT

org.jboss.errai.codegen.meta.impl.build
Class BuildMetaParameterizedType

java.lang.Object
  extended by org.jboss.errai.codegen.meta.impl.AbstractMetaParameterizedType
      extended by org.jboss.errai.codegen.meta.impl.build.BuildMetaParameterizedType
All Implemented Interfaces:
MetaParameterizedType, MetaType

public class BuildMetaParameterizedType
extends AbstractMetaParameterizedType

Author:
Mike Brock

Constructor Summary
BuildMetaParameterizedType(MetaType[] types, MetaType ownerType, MetaType rawType)
           
 
Method Summary
 String getName()
          Returns the name of this type as it was written in the original source code.
 MetaType getOwnerType()
           
 MetaType getRawType()
           
 MetaType[] getTypeParameters()
           
 
Methods inherited from class org.jboss.errai.codegen.meta.impl.AbstractMetaParameterizedType
isAssignableFrom, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BuildMetaParameterizedType

public BuildMetaParameterizedType(MetaType[] types,
                                  MetaType ownerType,
                                  MetaType rawType)
Method Detail

getTypeParameters

public MetaType[] getTypeParameters()

getOwnerType

public MetaType getOwnerType()

getRawType

public MetaType getRawType()

getName

public String getName()
Description copied from interface: MetaType
Returns the name of this type as it was written in the original source code.

Returns:
The name of this type as it was written in the original source code.

Errai 3.0.1-SNAPSHOT

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