All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.thevpc.jeep.core.nodes.JDefaultNodeParser Maven / Gradle / Ivy

There is a newer version: 1.2.9
Show newest version
package net.thevpc.jeep.core.nodes;

import net.thevpc.jeep.JCompilationUnit;
import net.thevpc.jeep.JContext;
import net.thevpc.jeep.JTokenizer;
import net.thevpc.jeep.core.DefaultJParser;
import net.thevpc.jeep.core.JExpressionOptions;
import net.thevpc.jeep.core.DefaultJParserNodeFactory;

public class JDefaultNodeParser extends DefaultJParser> {
    public JDefaultNodeParser(JTokenizer tokenizer, JCompilationUnit compilationUnit, JContext context) {
        super(tokenizer, compilationUnit, context, new DefaultJParserNodeFactory(compilationUnit,context));
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy