@solidity-parser/parser
Advanced tools
Comparing version 0.10.1 to 0.10.2
{ | ||
"name": "@solidity-parser/parser", | ||
"version": "0.10.1", | ||
"version": "0.10.2", | ||
"description": "A Solidity parser built from a robust ANTLR 4 grammar", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.cjs.js", |
// Generated from antlr/Solidity.g4 by ANTLR 4.9 | ||
// jshint ignore: start | ||
import antlr4 from 'antlr4' | ||
import antlr4 from 'antlr4'; | ||
// This class defines a complete listener for a parse tree produced by SolidityParser. | ||
export default class SolidityListener extends antlr4.tree.ParseTreeListener { | ||
// Enter a parse tree produced by SolidityParser#sourceUnit. | ||
enterSourceUnit(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#sourceUnit. | ||
exitSourceUnit(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#sourceUnit. | ||
enterSourceUnit(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#pragmaDirective. | ||
enterPragmaDirective(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#sourceUnit. | ||
exitSourceUnit(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#pragmaDirective. | ||
exitPragmaDirective(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#pragmaName. | ||
enterPragmaName(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#pragmaDirective. | ||
enterPragmaDirective(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#pragmaName. | ||
exitPragmaName(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#pragmaDirective. | ||
exitPragmaDirective(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#pragmaValue. | ||
enterPragmaValue(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#pragmaValue. | ||
exitPragmaValue(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#pragmaName. | ||
enterPragmaName(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#version. | ||
enterVersion(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#pragmaName. | ||
exitPragmaName(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#version. | ||
exitVersion(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#versionOperator. | ||
enterVersionOperator(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#pragmaValue. | ||
enterPragmaValue(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#versionOperator. | ||
exitVersionOperator(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#pragmaValue. | ||
exitPragmaValue(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#versionConstraint. | ||
enterVersionConstraint(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#versionConstraint. | ||
exitVersionConstraint(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#version. | ||
enterVersion(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#importDeclaration. | ||
enterImportDeclaration(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#version. | ||
exitVersion(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#importDeclaration. | ||
exitImportDeclaration(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#importDirective. | ||
enterImportDirective(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#versionOperator. | ||
enterVersionOperator(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#importDirective. | ||
exitImportDirective(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#versionOperator. | ||
exitVersionOperator(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#contractDefinition. | ||
enterContractDefinition(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#contractDefinition. | ||
exitContractDefinition(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#versionConstraint. | ||
enterVersionConstraint(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#inheritanceSpecifier. | ||
enterInheritanceSpecifier(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#versionConstraint. | ||
exitVersionConstraint(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#inheritanceSpecifier. | ||
exitInheritanceSpecifier(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#contractPart. | ||
enterContractPart(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#importDeclaration. | ||
enterImportDeclaration(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#contractPart. | ||
exitContractPart(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#importDeclaration. | ||
exitImportDeclaration(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#stateVariableDeclaration. | ||
enterStateVariableDeclaration(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#stateVariableDeclaration. | ||
exitStateVariableDeclaration(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#importDirective. | ||
enterImportDirective(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#fileLevelConstant. | ||
enterFileLevelConstant(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#importDirective. | ||
exitImportDirective(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#fileLevelConstant. | ||
exitFileLevelConstant(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#usingForDeclaration. | ||
enterUsingForDeclaration(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#contractDefinition. | ||
enterContractDefinition(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#usingForDeclaration. | ||
exitUsingForDeclaration(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#contractDefinition. | ||
exitContractDefinition(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#structDefinition. | ||
enterStructDefinition(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#structDefinition. | ||
exitStructDefinition(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#inheritanceSpecifier. | ||
enterInheritanceSpecifier(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#modifierDefinition. | ||
enterModifierDefinition(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#inheritanceSpecifier. | ||
exitInheritanceSpecifier(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#modifierDefinition. | ||
exitModifierDefinition(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#modifierInvocation. | ||
enterModifierInvocation(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#contractPart. | ||
enterContractPart(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#modifierInvocation. | ||
exitModifierInvocation(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#contractPart. | ||
exitContractPart(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#functionDefinition. | ||
enterFunctionDefinition(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#functionDefinition. | ||
exitFunctionDefinition(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#stateVariableDeclaration. | ||
enterStateVariableDeclaration(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#functionDescriptor. | ||
enterFunctionDescriptor(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#stateVariableDeclaration. | ||
exitStateVariableDeclaration(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#functionDescriptor. | ||
exitFunctionDescriptor(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#returnParameters. | ||
enterReturnParameters(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#fileLevelConstant. | ||
enterFileLevelConstant(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#returnParameters. | ||
exitReturnParameters(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#fileLevelConstant. | ||
exitFileLevelConstant(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#modifierList. | ||
enterModifierList(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#modifierList. | ||
exitModifierList(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#usingForDeclaration. | ||
enterUsingForDeclaration(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#eventDefinition. | ||
enterEventDefinition(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#usingForDeclaration. | ||
exitUsingForDeclaration(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#eventDefinition. | ||
exitEventDefinition(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#enumValue. | ||
enterEnumValue(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#structDefinition. | ||
enterStructDefinition(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#enumValue. | ||
exitEnumValue(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#structDefinition. | ||
exitStructDefinition(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#enumDefinition. | ||
enterEnumDefinition(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#enumDefinition. | ||
exitEnumDefinition(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#modifierDefinition. | ||
enterModifierDefinition(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#parameterList. | ||
enterParameterList(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#modifierDefinition. | ||
exitModifierDefinition(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#parameterList. | ||
exitParameterList(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#parameter. | ||
enterParameter(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#modifierInvocation. | ||
enterModifierInvocation(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#parameter. | ||
exitParameter(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#modifierInvocation. | ||
exitModifierInvocation(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#eventParameterList. | ||
enterEventParameterList(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#eventParameterList. | ||
exitEventParameterList(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#functionDefinition. | ||
enterFunctionDefinition(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#eventParameter. | ||
enterEventParameter(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#functionDefinition. | ||
exitFunctionDefinition(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#eventParameter. | ||
exitEventParameter(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#functionTypeParameterList. | ||
enterFunctionTypeParameterList(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#functionDescriptor. | ||
enterFunctionDescriptor(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#functionTypeParameterList. | ||
exitFunctionTypeParameterList(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#functionDescriptor. | ||
exitFunctionDescriptor(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#functionTypeParameter. | ||
enterFunctionTypeParameter(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#functionTypeParameter. | ||
exitFunctionTypeParameter(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#returnParameters. | ||
enterReturnParameters(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#variableDeclaration. | ||
enterVariableDeclaration(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#returnParameters. | ||
exitReturnParameters(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#variableDeclaration. | ||
exitVariableDeclaration(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#typeName. | ||
enterTypeName(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#modifierList. | ||
enterModifierList(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#typeName. | ||
exitTypeName(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#modifierList. | ||
exitModifierList(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#userDefinedTypeName. | ||
enterUserDefinedTypeName(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#userDefinedTypeName. | ||
exitUserDefinedTypeName(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#eventDefinition. | ||
enterEventDefinition(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#mappingKey. | ||
enterMappingKey(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#eventDefinition. | ||
exitEventDefinition(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#mappingKey. | ||
exitMappingKey(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#mapping. | ||
enterMapping(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#enumValue. | ||
enterEnumValue(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#mapping. | ||
exitMapping(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#enumValue. | ||
exitEnumValue(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#functionTypeName. | ||
enterFunctionTypeName(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#functionTypeName. | ||
exitFunctionTypeName(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#enumDefinition. | ||
enterEnumDefinition(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#storageLocation. | ||
enterStorageLocation(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#enumDefinition. | ||
exitEnumDefinition(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#storageLocation. | ||
exitStorageLocation(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#stateMutability. | ||
enterStateMutability(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#parameterList. | ||
enterParameterList(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#stateMutability. | ||
exitStateMutability(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#parameterList. | ||
exitParameterList(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#block. | ||
enterBlock(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#block. | ||
exitBlock(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#parameter. | ||
enterParameter(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#statement. | ||
enterStatement(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#parameter. | ||
exitParameter(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#statement. | ||
exitStatement(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#expressionStatement. | ||
enterExpressionStatement(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#eventParameterList. | ||
enterEventParameterList(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#expressionStatement. | ||
exitExpressionStatement(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#eventParameterList. | ||
exitEventParameterList(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#ifStatement. | ||
enterIfStatement(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#ifStatement. | ||
exitIfStatement(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#eventParameter. | ||
enterEventParameter(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#tryStatement. | ||
enterTryStatement(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#eventParameter. | ||
exitEventParameter(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#tryStatement. | ||
exitTryStatement(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#catchClause. | ||
enterCatchClause(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#functionTypeParameterList. | ||
enterFunctionTypeParameterList(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#catchClause. | ||
exitCatchClause(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#functionTypeParameterList. | ||
exitFunctionTypeParameterList(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#whileStatement. | ||
enterWhileStatement(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#whileStatement. | ||
exitWhileStatement(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#functionTypeParameter. | ||
enterFunctionTypeParameter(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#simpleStatement. | ||
enterSimpleStatement(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#functionTypeParameter. | ||
exitFunctionTypeParameter(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#simpleStatement. | ||
exitSimpleStatement(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#forStatement. | ||
enterForStatement(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#variableDeclaration. | ||
enterVariableDeclaration(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#forStatement. | ||
exitForStatement(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#variableDeclaration. | ||
exitVariableDeclaration(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#inlineAssemblyStatement. | ||
enterInlineAssemblyStatement(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#inlineAssemblyStatement. | ||
exitInlineAssemblyStatement(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#typeName. | ||
enterTypeName(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#doWhileStatement. | ||
enterDoWhileStatement(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#typeName. | ||
exitTypeName(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#doWhileStatement. | ||
exitDoWhileStatement(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#continueStatement. | ||
enterContinueStatement(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#userDefinedTypeName. | ||
enterUserDefinedTypeName(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#continueStatement. | ||
exitContinueStatement(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#userDefinedTypeName. | ||
exitUserDefinedTypeName(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#breakStatement. | ||
enterBreakStatement(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#breakStatement. | ||
exitBreakStatement(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#mappingKey. | ||
enterMappingKey(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#returnStatement. | ||
enterReturnStatement(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#mappingKey. | ||
exitMappingKey(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#returnStatement. | ||
exitReturnStatement(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#throwStatement. | ||
enterThrowStatement(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#mapping. | ||
enterMapping(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#throwStatement. | ||
exitThrowStatement(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#mapping. | ||
exitMapping(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#emitStatement. | ||
enterEmitStatement(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#emitStatement. | ||
exitEmitStatement(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#functionTypeName. | ||
enterFunctionTypeName(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#variableDeclarationStatement. | ||
enterVariableDeclarationStatement(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#functionTypeName. | ||
exitFunctionTypeName(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#variableDeclarationStatement. | ||
exitVariableDeclarationStatement(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#variableDeclarationList. | ||
enterVariableDeclarationList(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#storageLocation. | ||
enterStorageLocation(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#variableDeclarationList. | ||
exitVariableDeclarationList(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#storageLocation. | ||
exitStorageLocation(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#identifierList. | ||
enterIdentifierList(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#identifierList. | ||
exitIdentifierList(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#stateMutability. | ||
enterStateMutability(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#elementaryTypeName. | ||
enterElementaryTypeName(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#stateMutability. | ||
exitStateMutability(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#elementaryTypeName. | ||
exitElementaryTypeName(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#expression. | ||
enterExpression(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#block. | ||
enterBlock(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#expression. | ||
exitExpression(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#block. | ||
exitBlock(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#primaryExpression. | ||
enterPrimaryExpression(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#primaryExpression. | ||
exitPrimaryExpression(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#statement. | ||
enterStatement(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#expressionList. | ||
enterExpressionList(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#statement. | ||
exitStatement(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#expressionList. | ||
exitExpressionList(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#nameValueList. | ||
enterNameValueList(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#expressionStatement. | ||
enterExpressionStatement(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#nameValueList. | ||
exitNameValueList(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#expressionStatement. | ||
exitExpressionStatement(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#nameValue. | ||
enterNameValue(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#nameValue. | ||
exitNameValue(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#ifStatement. | ||
enterIfStatement(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#functionCallArguments. | ||
enterFunctionCallArguments(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#ifStatement. | ||
exitIfStatement(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#functionCallArguments. | ||
exitFunctionCallArguments(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#functionCall. | ||
enterFunctionCall(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#tryStatement. | ||
enterTryStatement(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#functionCall. | ||
exitFunctionCall(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#tryStatement. | ||
exitTryStatement(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#assemblyBlock. | ||
enterAssemblyBlock(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#assemblyBlock. | ||
exitAssemblyBlock(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#catchClause. | ||
enterCatchClause(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#assemblyItem. | ||
enterAssemblyItem(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#catchClause. | ||
exitCatchClause(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#assemblyItem. | ||
exitAssemblyItem(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#assemblyExpression. | ||
enterAssemblyExpression(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#whileStatement. | ||
enterWhileStatement(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#assemblyExpression. | ||
exitAssemblyExpression(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#whileStatement. | ||
exitWhileStatement(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#assemblyMember. | ||
enterAssemblyMember(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#assemblyMember. | ||
exitAssemblyMember(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#simpleStatement. | ||
enterSimpleStatement(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#assemblyCall. | ||
enterAssemblyCall(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#simpleStatement. | ||
exitSimpleStatement(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#assemblyCall. | ||
exitAssemblyCall(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#assemblyLocalDefinition. | ||
enterAssemblyLocalDefinition(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#forStatement. | ||
enterForStatement(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#assemblyLocalDefinition. | ||
exitAssemblyLocalDefinition(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#forStatement. | ||
exitForStatement(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#assemblyAssignment. | ||
enterAssemblyAssignment(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#assemblyAssignment. | ||
exitAssemblyAssignment(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#inlineAssemblyStatement. | ||
enterInlineAssemblyStatement(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#assemblyIdentifierOrList. | ||
enterAssemblyIdentifierOrList(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#inlineAssemblyStatement. | ||
exitInlineAssemblyStatement(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#assemblyIdentifierOrList. | ||
exitAssemblyIdentifierOrList(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#assemblyIdentifierList. | ||
enterAssemblyIdentifierList(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#doWhileStatement. | ||
enterDoWhileStatement(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#assemblyIdentifierList. | ||
exitAssemblyIdentifierList(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#doWhileStatement. | ||
exitDoWhileStatement(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#assemblyStackAssignment. | ||
enterAssemblyStackAssignment(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#assemblyStackAssignment. | ||
exitAssemblyStackAssignment(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#continueStatement. | ||
enterContinueStatement(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#labelDefinition. | ||
enterLabelDefinition(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#continueStatement. | ||
exitContinueStatement(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#labelDefinition. | ||
exitLabelDefinition(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#assemblySwitch. | ||
enterAssemblySwitch(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#breakStatement. | ||
enterBreakStatement(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#assemblySwitch. | ||
exitAssemblySwitch(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#breakStatement. | ||
exitBreakStatement(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#assemblyCase. | ||
enterAssemblyCase(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#assemblyCase. | ||
exitAssemblyCase(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#returnStatement. | ||
enterReturnStatement(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#assemblyFunctionDefinition. | ||
enterAssemblyFunctionDefinition(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#returnStatement. | ||
exitReturnStatement(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#assemblyFunctionDefinition. | ||
exitAssemblyFunctionDefinition(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#assemblyFunctionReturns. | ||
enterAssemblyFunctionReturns(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#throwStatement. | ||
enterThrowStatement(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#assemblyFunctionReturns. | ||
exitAssemblyFunctionReturns(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#throwStatement. | ||
exitThrowStatement(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#assemblyFor. | ||
enterAssemblyFor(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#assemblyFor. | ||
exitAssemblyFor(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#emitStatement. | ||
enterEmitStatement(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#assemblyIf. | ||
enterAssemblyIf(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#emitStatement. | ||
exitEmitStatement(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#assemblyIf. | ||
exitAssemblyIf(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#assemblyLiteral. | ||
enterAssemblyLiteral(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#variableDeclarationStatement. | ||
enterVariableDeclarationStatement(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#assemblyLiteral. | ||
exitAssemblyLiteral(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#variableDeclarationStatement. | ||
exitVariableDeclarationStatement(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#subAssembly. | ||
enterSubAssembly(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#subAssembly. | ||
exitSubAssembly(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#variableDeclarationList. | ||
enterVariableDeclarationList(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#tupleExpression. | ||
enterTupleExpression(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#variableDeclarationList. | ||
exitVariableDeclarationList(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#tupleExpression. | ||
exitTupleExpression(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#typeNameExpression. | ||
enterTypeNameExpression(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#identifierList. | ||
enterIdentifierList(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#typeNameExpression. | ||
exitTypeNameExpression(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#identifierList. | ||
exitIdentifierList(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#numberLiteral. | ||
enterNumberLiteral(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#numberLiteral. | ||
exitNumberLiteral(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#elementaryTypeName. | ||
enterElementaryTypeName(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#identifier. | ||
enterIdentifier(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#elementaryTypeName. | ||
exitElementaryTypeName(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#identifier. | ||
exitIdentifier(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#hexLiteral. | ||
enterHexLiteral(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#expression. | ||
enterExpression(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#hexLiteral. | ||
exitHexLiteral(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#expression. | ||
exitExpression(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#overrideSpecifier. | ||
enterOverrideSpecifier(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#overrideSpecifier. | ||
exitOverrideSpecifier(ctx) {} | ||
// Enter a parse tree produced by SolidityParser#primaryExpression. | ||
enterPrimaryExpression(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#stringLiteral. | ||
enterStringLiteral(ctx) {} | ||
// Exit a parse tree produced by SolidityParser#primaryExpression. | ||
exitPrimaryExpression(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#stringLiteral. | ||
exitStringLiteral(ctx) {} | ||
} | ||
// Enter a parse tree produced by SolidityParser#expressionList. | ||
enterExpressionList(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#expressionList. | ||
exitExpressionList(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#nameValueList. | ||
enterNameValueList(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#nameValueList. | ||
exitNameValueList(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#nameValue. | ||
enterNameValue(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#nameValue. | ||
exitNameValue(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#functionCallArguments. | ||
enterFunctionCallArguments(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#functionCallArguments. | ||
exitFunctionCallArguments(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#functionCall. | ||
enterFunctionCall(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#functionCall. | ||
exitFunctionCall(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#assemblyBlock. | ||
enterAssemblyBlock(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#assemblyBlock. | ||
exitAssemblyBlock(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#assemblyItem. | ||
enterAssemblyItem(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#assemblyItem. | ||
exitAssemblyItem(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#assemblyExpression. | ||
enterAssemblyExpression(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#assemblyExpression. | ||
exitAssemblyExpression(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#assemblyMember. | ||
enterAssemblyMember(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#assemblyMember. | ||
exitAssemblyMember(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#assemblyCall. | ||
enterAssemblyCall(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#assemblyCall. | ||
exitAssemblyCall(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#assemblyLocalDefinition. | ||
enterAssemblyLocalDefinition(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#assemblyLocalDefinition. | ||
exitAssemblyLocalDefinition(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#assemblyAssignment. | ||
enterAssemblyAssignment(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#assemblyAssignment. | ||
exitAssemblyAssignment(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#assemblyIdentifierOrList. | ||
enterAssemblyIdentifierOrList(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#assemblyIdentifierOrList. | ||
exitAssemblyIdentifierOrList(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#assemblyIdentifierList. | ||
enterAssemblyIdentifierList(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#assemblyIdentifierList. | ||
exitAssemblyIdentifierList(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#assemblyStackAssignment. | ||
enterAssemblyStackAssignment(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#assemblyStackAssignment. | ||
exitAssemblyStackAssignment(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#labelDefinition. | ||
enterLabelDefinition(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#labelDefinition. | ||
exitLabelDefinition(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#assemblySwitch. | ||
enterAssemblySwitch(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#assemblySwitch. | ||
exitAssemblySwitch(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#assemblyCase. | ||
enterAssemblyCase(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#assemblyCase. | ||
exitAssemblyCase(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#assemblyFunctionDefinition. | ||
enterAssemblyFunctionDefinition(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#assemblyFunctionDefinition. | ||
exitAssemblyFunctionDefinition(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#assemblyFunctionReturns. | ||
enterAssemblyFunctionReturns(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#assemblyFunctionReturns. | ||
exitAssemblyFunctionReturns(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#assemblyFor. | ||
enterAssemblyFor(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#assemblyFor. | ||
exitAssemblyFor(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#assemblyIf. | ||
enterAssemblyIf(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#assemblyIf. | ||
exitAssemblyIf(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#assemblyLiteral. | ||
enterAssemblyLiteral(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#assemblyLiteral. | ||
exitAssemblyLiteral(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#subAssembly. | ||
enterSubAssembly(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#subAssembly. | ||
exitSubAssembly(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#tupleExpression. | ||
enterTupleExpression(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#tupleExpression. | ||
exitTupleExpression(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#typeNameExpression. | ||
enterTypeNameExpression(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#typeNameExpression. | ||
exitTypeNameExpression(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#numberLiteral. | ||
enterNumberLiteral(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#numberLiteral. | ||
exitNumberLiteral(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#identifier. | ||
enterIdentifier(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#identifier. | ||
exitIdentifier(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#hexLiteral. | ||
enterHexLiteral(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#hexLiteral. | ||
exitHexLiteral(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#overrideSpecifier. | ||
enterOverrideSpecifier(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#overrideSpecifier. | ||
exitOverrideSpecifier(ctx) { | ||
} | ||
// Enter a parse tree produced by SolidityParser#stringLiteral. | ||
enterStringLiteral(ctx) { | ||
} | ||
// Exit a parse tree produced by SolidityParser#stringLiteral. | ||
exitStringLiteral(ctx) { | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6105491
62733