Lines Matching refs:Labels
908 const Labels: IDictionary<String, IANTLRInterface>);
969 /// version of the general visit(t, pattern) method. The labels arg
988 /// Given a pattern like (ASSIGN %lhs:ID %rhs:.) with optional labels
990 /// return true if the pattern matches and fill the labels Map with
991 /// the labels pointing at the appropriate nodes. Return false if
1001 const Labels: IDictionary<String, IANTLRInterface>): Boolean; overload;
1727 const Labels: IDictionary<String, IANTLRInterface>); overload;
1778 const Labels: IDictionary<String, IANTLRInterface>); overload;
1813 const Labels: IDictionary<String, IANTLRInterface>): Boolean; overload;
1821 const Labels: IDictionary<String, IANTLRInterface>): Boolean;
4099 const Labels: IDictionary<String, IANTLRInterface>): Boolean;
4108 Result := _Parse(T, TreePattern, Labels);
4188 const Labels: IDictionary<String, IANTLRInterface>): Boolean;
4207 if (T2.TokenLabel <> '') and Assigned(Labels) then
4209 Labels.AddOrSetValue(T2.TokenLabel, T1);
4221 if (not _Parse(Child1, Child2, Labels)) then
4392 const Labels: IDictionary<String, IANTLRInterface>);
4425 const Labels: IDictionary<String, IANTLRInterface>);