Class SemanticChecker

java.lang.Object
org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T>
org.gorpipe.gor.GorScriptBaseVisitor<Boolean>
org.gorpipe.gor.SemanticChecker
All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeVisitor<Boolean>, GorScriptVisitor<Boolean>

public class SemanticChecker extends GorScriptBaseVisitor<Boolean>