Module foundry_compilers::resolver::parse
source · Structs§
- Represents various information about a solidity file parsed via solang_parser
- Represents an item in a solidity file with its location in the file
- Minimal representation of a contract inside a solidity file
Enums§
Functions§
- Capture the import statement information together with aliases
- Given the regex and the target string, find all occurrences of named groups within the string. This method returns the tuple of matches
(a, b)
wherea
is the match for the entire regex andb
is the match for the first named group.