Lines Matching refs:Arg
969 /// version of the general visit(t, pattern) method. The labels arg
995 /// If a node specifies a text arg in pattern, then that must match
1662 ARG = 4;
1680 /// Set when token type is ID or ARG (name mimics Java's StreamTokenizer)
3958 Exit(ARG);
4268 Lbl, TokenName, Text, Arg: String;
4298 // "ID" or "ID[arg]"
4307 // check for arg
4308 Arg := '';
4309 if (FTokenType = TTreePatternLexer.ARG) then
4311 Arg := FTokenizer.SVal;
4312 Text := Arg;
4324 if (Arg <> '') and Supports(Result, TTreeWizard.ITreePattern, Node) then
4448 // the unusedlabels arg is null as visit on token type doesn't set.