Home | History | Annotate | Download | only in antlr3

Lines Matching refs:ARG

61 ARG = 4
80 ## Set when token type is ID or ARG
145 return ARG
238 # "ID" or "ID[arg]"
249 # check for arg
250 arg = None
251 if self.ttype == ARG:
252 arg = self.tokenizer.sval
253 text = arg
265 if arg is not None and isinstance(node, TreePattern):
467 The labels arg of the visitor action method is never set (it's None)
529 If a node specifies a text arg in pattern, then that must match