public final class Parser extends 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(CharSequence input,
Parser.SyntaxHandler handler)
Parses a Type 4 function and sends the syntactic elements to the given
syntax handler.
|
public static void parse(CharSequence input, Parser.SyntaxHandler handler)
input - the text sourcehandler - the syntax handlerCopyright © 2002–2022 The Apache Software Foundation. All rights reserved.