Lines Matching refs:SimpleValue
179 Value: `SimpleValue` `ValueSuffix`*
196 :token:`SimpleValue` has a number of forms:
200 SimpleValue: `TokIdentifier`
245 SimpleValue: `TokInteger`
250 SimpleValue: `TokString`+
256 SimpleValue: `TokCodeFragment`
261 SimpleValue: "?"
266 SimpleValue: "{" `ValueList` "}"
274 SimpleValue: `ClassID` "<" `ValueListNE` ">"
281 SimpleValue: "[" `ValueList` "]" ["<" `Type` ">"]
292 SimpleValue: "(" `DagArg` `DagArgList` ")"
299 SimpleValue: `BangOperator` ["<" `Type` ">"] "(" `ValueListNE` ")"