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 TypeClassDescriptionclass
Abstract base class of most regularMatcher
s.class
class
AMatcher
matching any single character except EOI.class
AMatcher
matching a single character out of a givenCharacters
set.class
AMatcher
matching a single character case-independently.class
AMatcher
matching a single given character.class
AMatcher
matching a single character out of a given range of characters.class
Base class of custom matcher implementations.class
AMatcher
that always successfully matches nothing.class
AMatcher
trying all of its submatchers in sequence and succeeding when the first submatcher succeeds.class
A specialized FirstOfMatcher that handles FirstOf(string, string, ...) rules much faster that the regular FirstOfMatcher.class
AMatcher
that never matches anything.class
AMatcher
that repeatedly tries its submatcher against the input.class
AMatcher
that tries its submatcher once against the input and always succeeds.class
AMatcher
that executes all of its submatchers in sequence and only succeeds if all submatchers succeed.class
ASequenceMatcher
specialization for sequences of CharMatchers.class
A specialMatcher
not actually matching any input but rather trying its submatcher against the current input position.class
A specialMatcher
not actually matching any input but rather trying its submatcher against the current input position.class
AMatcher
that repeatedly tries its submatcher against the input. -
Uses of ImmutableGraphNode in org.parboiled.trees
Subclasses of ImmutableGraphNode in org.parboiled.treesModifier and TypeClassDescriptionclass
ImmutableBinaryTreeNode<T extends BinaryTreeNode<T>>
A simple immutable implementation of theBinaryTreeNode
interface.class
ImmutableTreeNode<T extends TreeNode<T>>
AnImmutableGraphNode
specialization representing a tree node with a parent field linking back to the nodes (only) parent.