|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Trace | |
---|---|
jfun.parsec | Provides classes and interfaces for parser combinator logic and basic parsers. |
jfun.parsec.trace | Provides trace support for parser objects. |
Uses of Trace in jfun.parsec |
---|
Methods in jfun.parsec with parameters of type Trace | |
---|---|
Parser<Type> |
Parser.trace(Trace<? super Type> trc)
Create a Parser object that traces the parsing result of this parser. |
Uses of Trace in jfun.parsec.trace |
---|
Classes in jfun.parsec.trace that implement Trace | |
---|---|
class |
EmptyTrace<T>
This class provides an empty implementation of Trace. |
Methods in jfun.parsec.trace that return Trace | |
---|---|
static Trace<java.lang.Object> |
Traces.printError(java.lang.String name,
java.io.PrintWriter out,
int min_steps)
Create a Trace object that prints error message to output. |
static Trace<java.lang.Object> |
Traces.printResult(java.lang.String name,
java.io.PrintWriter out)
Create a Trace object that prints trace message to output when parser succeeds. |
static Trace<java.lang.Object> |
Traces.printTrace(java.lang.String name,
java.io.PrintWriter out)
Create a Trace object that prints trace message to output. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |