Package org.eclipse.cdt.core.browser
Interface ITypeInfoVisitor
-
@Deprecated public interface ITypeInfoVisitorDeprecated.not used anywhere- Restriction:
- This interface is not intended to be referenced by clients.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleanshouldContinue()Deprecated.booleanvisit(ITypeInfo info)Deprecated.
-
-
-
Method Detail
-
visit
boolean visit(ITypeInfo info)
Deprecated.
-
shouldContinue
boolean shouldContinue()
Deprecated.
-
-