
Public Member Functions | |
| TablesInActions (ReferenceMap *refMap, TypeMap *typeMap) | |
| void | postorder (const IR::MethodCallExpression *expression) override |
Discovers action arguments that may involve table applications. These idioms are currently not supported: table s { ... } table t { actions { a(s.apply().hit ? ... ); }