Antlr4.Parse.ScopeParser.ParseTypedArgList C# (CSharp) Method

ParseTypedArgList() public static method

public static ParseTypedArgList ( [ action, string s, Grammar g ) : AttributeDict
action [
s string
g Antlr4.Tool.Grammar
return Antlr4.Tool.AttributeDict
        public static AttributeDict ParseTypedArgList([Nullable] ActionAST action, string s, Grammar g)
        {
            return Parse(action, s, ',', g);
        }