Changes in src/AST/Pass.hpp [d0bdb18:19a8c40]
- File:
-
- 1 edited
-
src/AST/Pass.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Pass.hpp
rd0bdb18 r19a8c40 66 66 // 67 67 // Other Special Members: 68 // | beginScope - A method with no parameters or return value, called each time the69 // visitor enters a block.70 // | endScope - A method with no parameters or return value, called each time the71 // visitor leaves a block.72 68 // | result - Either a method that takes no parameters or a field. If a method (or 73 69 // callable field) get_result calls it, otherwise the value is returned.
Note:
See TracChangeset
for help on using the changeset viewer.