org.ashikunep.irenka.dom
インタフェース CtIntersectionType<T>

型パラメータ:
T - 各項
すべてのスーパーインタフェース:
ClientStorageContainer, CtElement, CtType<T>

public interface CtIntersectionType<T>
extends CtType<T>

共通型を表す。 特殊型であるため、ソースコード上には出現しない。

バージョン:
$Date: 2008-02-12 12:35:47 +0900 (火, 12 2月 2008) $
作成者:
Suguru ARAKAWA (Gluegent, Inc.)

メソッドの概要
 Set<? extends CtType<?>> getTypes()
          共通型の各項を返す。
 
インタフェース org.ashikunep.irenka.dom.CtType から継承されたメソッド
apply, array, asSubType, box, capture, erasure, getField, getMethod, getMethod, getMethod, getMethod, getMethod, getMethod, getName, getNumberOfDimensions, getSuperClass, getSuperInterfaces, getTypeKind, getTypePersistence, isAssignableFrom, isCompatible, isSame, unbox
 
インタフェース org.ashikunep.irenka.dom.CtElement から継承されたメソッド
accept, accept, copy, copy, equals, exists, freezeChildren, freezeParent, getChild, getCompilationUnit, getCorrespondedFile, getElementKind, getGenericContext, getLocation, getLocationInParent, getParent, getProperty, hashCode, isChildrenFrozen, isModified, isParentFrozen, isSynthetic, setChild, setLocation, setParent, substitute
 
インタフェース org.ashikunep.irenka.util.ClientStorageContainer から継承されたメソッド
getClientStorage, putClientStorage
 

メソッドの詳細

getTypes

Set<? extends CtType<?>> getTypes()
共通型の各項を返す。

戻り値:
各項


Copyright 2007 the Seasar Foundation and the Others.