public class Parser
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Parser.AbstractSyntaxHandler
Abstract base class for a
Parser.SyntaxHandler. |
static interface |
Parser.SyntaxHandler
This interface defines all possible syntactic elements of a Type 4 function.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
parse(java.lang.CharSequence input,
Parser.SyntaxHandler handler)
Parses a Type 4 function and sends the syntactic elements to the given
syntax handler.
|
public static void parse(java.lang.CharSequence input,
Parser.SyntaxHandler handler)
input - the text sourcehandler - the syntax handler