Antlr3.Tool.Grammar.GetDelegators C# (CSharp) 메소드

GetDelegators() 공개 메소드

public GetDelegators ( ) : IList
리턴 IList
        public virtual IList<Grammar> GetDelegators()
        {
            return composite.GetDelegators( this );
        }
Grammar