Interface RegexASTVisitorIterable
- All Known Implementing Classes:
AtomicGroup,ConditionalBackReferenceGroup,Group,LookAheadAssertion,LookAroundAssertion,LookBehindAssertion,RegexASTRootNode,RegexASTSubtreeRootNode,Sequence
public interface RegexASTVisitorIterable
-
Method Summary
-
Method Details
-
visitorHasNext
boolean visitorHasNext() -
visitorGetNext
-
resetVisitorIterator
void resetVisitorIterator()
-