Class SimpleInterpreter<T>
java.lang.Object
quickparse.semantics.interpreters.SimpleInterpreter<T>
- All Implemented Interfaces:
Interpreter<T>
public final class SimpleInterpreter<T> extends java.lang.Object implements Interpreter<T>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSimpleInterpreter.Builderstatic interfaceSimpleInterpreter.ConstructRulestatic interfaceSimpleInterpreter.TokenRule -
Constructor Summary
Constructors Modifier Constructor Description protectedSimpleInterpreter() -
Method Summary
Modifier and Type Method Description Tanalyze(SyntaxTree syntaxTree)static SimpleInterpreter.Buildercreate()
-
Constructor Details
-
SimpleInterpreter
protected SimpleInterpreter()
-
-
Method Details
-
analyze
- Specified by:
analyzein interfaceInterpreter<T>- Throws:
SemanticsException
-
create
-