public class ASTNodeSet<S extends RegexASTNode> extends StateSet<S>
| Constructor and Description |
|---|
ASTNodeSet(RegexAST ast) |
ASTNodeSet(RegexAST ast,
Collection<S> initialNodes) |
ASTNodeSet(RegexAST ast,
S node) |
| Modifier and Type | Method and Description |
|---|---|
ASTNodeSet<S> |
copy() |
RegexAST |
getAst() |
add, addAll, addBatch, addBatchFinish, clear, contains, containsAll, equals, getStateIndex, hashCode, intIterator, isDisjoint, isEmpty, iterator, remove, removeAll, replace, retainAll, size, stream, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitspliteratorparallelStream, removeIfpublic ASTNodeSet(RegexAST ast)
public ASTNodeSet(RegexAST ast, Collection<S> initialNodes)
public RegexAST getAst()
public ASTNodeSet<S> copy()
copy in class StateSet<S extends RegexASTNode>