|
||||||||||
| 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.Object |
getType()
Returns the underlying type object. |
|
boolean |
isSubType(TypeInfo typeInfo)
Returns true if the current type is a sub type of the argument. |
|
| Method Detail |
|---|
java.lang.Object getType()
<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 | |||||||||