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

GetDelegates() 공개 메소드

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