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

ContextTokenListIndexedGetterDecl() 공개 메소드

public ContextTokenListIndexedGetterDecl ( OutputModelFactory factory, string name )
factory OutputModelFactory
name string
        public ContextTokenListIndexedGetterDecl(OutputModelFactory factory, string name)
            : base(factory, name)
        {
        }
ContextTokenListIndexedGetterDecl