|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TypeInfo
| Method Summary | ||
|---|---|---|
|
accept(S strategy,
V visitor)
Visit the type info. |
|
java.lang.String |
getName()
Returns the name of the erased type corresponding of this type. |
|
boolean |
isReified()
Returns true if the type is reified. |
|
boolean |
isSubType(TypeInfo typeInfo)
Returns true if the current type is a sub type of the argument. |
|
java.lang.Object |
unwrap()
Unwraps the underlying type object and returns it |
|
| Method Detail |
|---|
boolean isReified()
java.lang.String getName()
java.lang.Object unwrap()
<V extends Visitor<V,S>,S extends VisitorStrategy<V,S>> void accept(S strategy,
V visitor)
V - the visitor generic typeS - the strategy generic typestrategy - the strategyvisitor - the visitorboolean isSubType(TypeInfo typeInfo)
typeInfo - the type to test
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||