Uses of Class
org.parboiled.trees.ImmutableGraphNode
Packages that use ImmutableGraphNode
-
Uses of ImmutableGraphNode in org.parboiled.matchers
Subclasses of ImmutableGraphNode in org.parboiled.matchersModifier and TypeClassDescriptionclassAbstract base class of most regularMatchers.classclassAMatchermatching any single character except EOI.classAMatchermatching a single character out of a givenCharactersset.classAMatchermatching a single character case-independently.classAMatchermatching a single given character.classAMatchermatching a single character out of a given range of characters.classBase class of custom matcher implementations.classAMatcherthat always successfully matches nothing.classAMatchertrying all of its submatchers in sequence and succeeding when the first submatcher succeeds.classA specialized FirstOfMatcher that handles FirstOf(string, string, ...) rules much faster that the regular FirstOfMatcher.classAMatcherthat never matches anything.classAMatcherthat repeatedly tries its submatcher against the input.classAMatcherthat tries its submatcher once against the input and always succeeds.classAMatcherthat executes all of its submatchers in sequence and only succeeds if all submatchers succeed.classASequenceMatcherspecialization for sequences of CharMatchers.classA specialMatchernot actually matching any input but rather trying its submatcher against the current input position.classA specialMatchernot actually matching any input but rather trying its submatcher against the current input position.classAMatcherthat repeatedly tries its submatcher against the input. -
Uses of ImmutableGraphNode in org.parboiled.trees
Subclasses of ImmutableGraphNode in org.parboiled.treesModifier and TypeClassDescriptionclassImmutableBinaryTreeNode<T extends BinaryTreeNode<T>>A simple immutable implementation of theBinaryTreeNodeinterface.classImmutableTreeNode<T extends TreeNode<T>>AnImmutableGraphNodespecialization representing a tree node with a parent field linking back to the nodes (only) parent.