public final class Parser
extends java.lang.Object
| Modifier and Type | Class | 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 | 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 handlerCopyright © 2002–2018. All rights reserved.