Package org.eclipse.cdt.core.parser
Interface ISignificantMacros.IVisitor
-
- Enclosing interface:
- ISignificantMacros
public static interface ISignificantMacros.IVisitor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanvisitDefined(char[] macro)Returns whether to continue the visit.booleanvisitUndefined(char[] macro)Returns whether to continue the visit.booleanvisitValue(char[] macro, char[] value)Returns whether to continue the visit.
-