- Sequence(Object, Object, Object...) - Method in class org.parboiled.BaseParser
-
Creates a new rule that only succeeds if all of its subrule succeed, one after the other.
- Sequence(Object[]) - Method in class org.parboiled.BaseParser
-
Creates a new rule that only succeeds if all of its subrule succeed, one after the other.
- setContext(Context<V>) - Method in class org.parboiled.BaseActions
-
ContextAware interface implementation.
- setSkipInPredicates() - Method in class org.parboiled.transform.BaseAction
-
- SkipActionsInPredicates - Annotation Type in org.parboiled.annotations
-
Annotation that can be used on parser rule methods (i.e.
- skipInPredicates() - Method in class org.parboiled.transform.BaseAction
-
- SkipNode - Annotation Type in org.parboiled.annotations
-
Annotation that can be used on parser methods returning Rule objects.
- String(String) - Method in class org.parboiled.BaseParser
-
Explicitly creates a rule matching the given string.
- String(char...) - Method in class org.parboiled.BaseParser
-
Explicitly creates a rule matching the given string.
- SuppressNode - Annotation Type in org.parboiled.annotations
-
Annotation that can be used on parser methods returning Rule objects.
- SuppressSubnodes - Annotation Type in org.parboiled.annotations
-
Annotation that can be used on parser methods returning Rule objects.
- swap() - Method in class org.parboiled.BaseActions
-
Swaps the top two elements of the value stack.
- swap3() - Method in class org.parboiled.BaseActions
-
Reverses the order of the top 3 value stack elements.
- swap4() - Method in class org.parboiled.BaseActions
-
Reverses the order of the top 4 value stack elements.
- swap5() - Method in class org.parboiled.BaseActions
-
Reverses the order of the top 5 value stack elements.
- swap6() - Method in class org.parboiled.BaseActions
-
Reverses the order of the top 6 value stack elements.