Package com.prowidesoftware.swift.model
Interface TagVisitor
-
public interface TagVisitor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanonTag(Tag tag)Visit the current tag
-
-
-
Method Detail
-
onTag
boolean onTag(Tag tag)
Visit the current tag- Parameters:
tag- the current tag- Returns:
trueif the visitor should continue with further tags if any orfalseto abort the visiting process
-
-