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

GetIndirectDelegates() 공개 메소드

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