You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @eMarchenko , I have a question. I can see 'import ru.smartdec.smartcheck.SolidityParser' in 'SourceLanguages.java', but can't find 'SolidityParser.java' file in 'ru/smartdec/smartcheck/', Is this reasonable? Thank you very much!
Hi @qiangqQIANGQ ,
I don't know the answer. I would guess that SolidityParser is a generated class: ANTLR package probably assembles it from the grammar (Solidity.g4). If so, it probably has no explicit Java form file (i.e. sources), only the bytecode.
Hi @eMarchenko , I have a question. I can see 'import ru.smartdec.smartcheck.SolidityParser' in 'SourceLanguages.java', but can't find 'SolidityParser.java' file in 'ru/smartdec/smartcheck/', Is this reasonable? Thank you very much!
@eMarchenko
The text was updated successfully, but these errors were encountered: