Antlr4.Codegen.Model.RuleSempredFunction.RuleSempredFunction C# (CSharp) 메소드

RuleSempredFunction() 공개 메소드

public RuleSempredFunction ( OutputModelFactory factory, Rule r, string ctxType ) : Antlr4.Tool
factory OutputModelFactory
r Antlr4.Tool.Rule
ctxType string
리턴 Antlr4.Tool
        public RuleSempredFunction(OutputModelFactory factory, Rule r, string ctxType)
            : base(factory, r, ctxType)
        {
        }
    }
RuleSempredFunction