org.jboss.errai.codegen.meta.impl.build
Class BuildMetaParameterizedType
java.lang.Object
org.jboss.errai.codegen.meta.impl.AbstractMetaParameterizedType
org.jboss.errai.codegen.meta.impl.build.BuildMetaParameterizedType
- All Implemented Interfaces:
- MetaParameterizedType, MetaType
public class BuildMetaParameterizedType
- extends AbstractMetaParameterizedType
- Author:
- Mike Brock
BuildMetaParameterizedType
public BuildMetaParameterizedType(MetaType[] types,
MetaType ownerType,
MetaType rawType)
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.
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.