Package manifold.js.rt.parser
Class TemplateParser
- java.lang.Object
-
- manifold.js.rt.parser.Parser
-
- manifold.js.rt.parser.TemplateParser
-
public class TemplateParser extends Parser
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class manifold.js.rt.parser.Parser
Parser.Matcher
-
-
Constructor Summary
Constructors Constructor Description TemplateParser(TemplateTokenizer tokenizer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Nodeparse()-
Methods inherited from class manifold.js.rt.parser.Parser
currToken, expect, expect, isES6Class, match, match, match, matchClassKeyword, matchIgnoreWhitespace, matchKeyword, matchOperator, nextToken, parseFillerUntil, parseImport, parseParams, skip
-
-
-
-
Constructor Detail
-
TemplateParser
public TemplateParser(TemplateTokenizer tokenizer)
-
-