Class UISCBaseListener
- All Implemented Interfaces:
UISCListener,org.antlr.v4.runtime.tree.ParseTreeListener
- Direct Known Subclasses:
IncludeStatementListener,SyntaxHighlightGenerator
public class UISCBaseListener extends java.lang.Object implements UISCListener
UISCListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.-
Constructor Summary
Constructors Constructor Description UISCBaseListener() -
Method Summary
Modifier and Type Method Description voidenterAddressOfVariableExpression(UISCParser.AddressOfVariableExpressionContext ctx)Enter a parse tree produced by theaddressOfVariableExpressionlabeled alternative inUISCParser.expression().voidenterAddSubExpression(UISCParser.AddSubExpressionContext ctx)Enter a parse tree produced by theaddSubExpressionlabeled alternative inUISCParser.expression().voidenterAndOrXorExpression(UISCParser.AndOrXorExpressionContext ctx)Enter a parse tree produced by theandOrXorExpressionlabeled alternative inUISCParser.expression().voidenterArrayAccessExpression(UISCParser.ArrayAccessExpressionContext ctx)Enter a parse tree produced by thearrayAccessExpressionlabeled alternative inUISCParser.expression().voidenterArrayAssignmentInitialization(UISCParser.ArrayAssignmentInitializationContext ctx)Enter a parse tree produced by thearrayAssignmentInitializationlabeled alternative inUISCParser.varDeclaration().voidenterArrayInitializer(UISCParser.ArrayInitializerContext ctx)Enter a parse tree produced byUISCParser.arrayInitializer().voidenterArrayStringInitialization(UISCParser.ArrayStringInitializationContext ctx)Enter a parse tree produced by thearrayStringInitializationlabeled alternative inUISCParser.varDeclaration().voidenterArrayValueInitialization(UISCParser.ArrayValueInitializationContext ctx)Enter a parse tree produced by thearrayValueInitializationlabeled alternative inUISCParser.varDeclaration().voidenterAssembly(UISCParser.AssemblyContext ctx)Enter a parse tree produced byUISCParser.assembly().voidenterAssemblyStatement(UISCParser.AssemblyStatementContext ctx)Enter a parse tree produced by theassemblyStatementlabeled alternative inUISCParser.statement().voidenterAssertion(UISCParser.AssertionContext ctx)Enter a parse tree produced byUISCParser.assertion().voidenterAssertionStatement(UISCParser.AssertionStatementContext ctx)Enter a parse tree produced by theassertionStatementlabeled alternative inUISCParser.statement().voidenterAssignmentStatement(UISCParser.AssignmentStatementContext ctx)Enter a parse tree produced by theassignmentStatementlabeled alternative inUISCParser.statement().voidenterBitwiseExpression(UISCParser.BitwiseExpressionContext ctx)Enter a parse tree produced by thebitwiseExpressionlabeled alternative inUISCParser.expression().voidenterBlock(UISCParser.BlockContext ctx)Enter a parse tree produced byUISCParser.block().voidenterBlockStatement(UISCParser.BlockStatementContext ctx)Enter a parse tree produced by theblockStatementlabeled alternative inUISCParser.statement().voidenterBooleanLiteral(UISCParser.BooleanLiteralContext ctx)Enter a parse tree produced byUISCParser.booleanLiteral().voidenterBooleanLiteralExpression(UISCParser.BooleanLiteralExpressionContext ctx)Enter a parse tree produced by thebooleanLiteralExpressionlabeled alternative inUISCParser.expression().voidenterBreakStatement(UISCParser.BreakStatementContext ctx)Enter a parse tree produced by thebreakStatementlabeled alternative inUISCParser.statement().voidenterCastExpression(UISCParser.CastExpressionContext ctx)Enter a parse tree produced by thecastExpressionlabeled alternative inUISCParser.expression().voidenterCatchStatement(UISCParser.CatchStatementContext ctx)Enter a parse tree produced byUISCParser.catchStatement().voidenterCharLiteralExpression(UISCParser.CharLiteralExpressionContext ctx)Enter a parse tree produced by thecharLiteralExpressionlabeled alternative inUISCParser.expression().voidenterComparisonExpression(UISCParser.ComparisonExpressionContext ctx)Enter a parse tree produced by thecomparisonExpressionlabeled alternative inUISCParser.expression().voidenterContinueStatement(UISCParser.ContinueStatementContext ctx)Enter a parse tree produced by thecontinueStatementlabeled alternative inUISCParser.statement().voidenterElseifStatement(UISCParser.ElseifStatementContext ctx)Enter a parse tree produced byUISCParser.elseifStatement().voidenterElseStatement(UISCParser.ElseStatementContext ctx)Enter a parse tree produced byUISCParser.elseStatement().voidenterEqualityExpression(UISCParser.EqualityExpressionContext ctx)Enter a parse tree produced by theequalityExpressionlabeled alternative inUISCParser.expression().voidenterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)voidenterException(UISCParser.ExceptionContext ctx)Enter a parse tree produced byUISCParser.exception().voidenterExceptionStatement(UISCParser.ExceptionStatementContext ctx)Enter a parse tree produced by theexceptionStatementlabeled alternative inUISCParser.statement().voidenterExprList(UISCParser.ExprListContext ctx)Enter a parse tree produced byUISCParser.exprList().voidenterFile(UISCParser.FileContext ctx)Enter a parse tree produced byUISCParser.file().voidenterFlag(UISCParser.FlagContext ctx)Enter a parse tree produced byUISCParser.flag().voidenterFlagData(UISCParser.FlagDataContext ctx)Enter a parse tree produced byUISCParser.flagData().voidenterFlagDataStatement(UISCParser.FlagDataStatementContext ctx)Enter a parse tree produced by theflagDataStatementlabeled alternative inUISCParser.statement().voidenterFlagStatement(UISCParser.FlagStatementContext ctx)Enter a parse tree produced by theflagStatementlabeled alternative inUISCParser.statement().voidenterFormalParameter(UISCParser.FormalParameterContext ctx)Enter a parse tree produced byUISCParser.formalParameter().voidenterFormalParameters(UISCParser.FormalParametersContext ctx)Enter a parse tree produced byUISCParser.formalParameters().voidenterForStatement(UISCParser.ForStatementContext ctx)Enter a parse tree produced by theforStatementlabeled alternative inUISCParser.statement().voidenterFunctionCallExpression(UISCParser.FunctionCallExpressionContext ctx)Enter a parse tree produced by thefunctionCallExpressionlabeled alternative inUISCParser.expression().voidenterFunctionCallStatement(UISCParser.FunctionCallStatementContext ctx)Enter a parse tree produced by thefunctionCallStatementlabeled alternative inUISCParser.statement().voidenterFunctionDeclaration(UISCParser.FunctionDeclarationContext ctx)Enter a parse tree produced byUISCParser.functionDeclaration().voidenterIfStatement(UISCParser.IfStatementContext ctx)Enter a parse tree produced by theifStatementlabeled alternative inUISCParser.statement().voidenterInclude(UISCParser.IncludeContext ctx)Enter a parse tree produced byUISCParser.include().voidenterIncludeStatement(UISCParser.IncludeStatementContext ctx)Enter a parse tree produced by theincludeStatementlabeled alternative inUISCParser.statement().voidenterInferredType(UISCParser.InferredTypeContext ctx)Enter a parse tree produced byUISCParser.inferredType().voidenterLengthOfExpression(UISCParser.LengthOfExpressionContext ctx)Enter a parse tree produced by thelengthOfExpressionlabeled alternative inUISCParser.expression().voidenterModuloExpression(UISCParser.ModuloExpressionContext ctx)Enter a parse tree produced by themoduloExpressionlabeled alternative inUISCParser.expression().voidenterMultDivExpression(UISCParser.MultDivExpressionContext ctx)Enter a parse tree produced by themultDivExpressionlabeled alternative inUISCParser.expression().voidenterNativeCallExpression(UISCParser.NativeCallExpressionContext ctx)Enter a parse tree produced by thenativeCallExpressionlabeled alternative inUISCParser.expression().voidenterNegateExpression(UISCParser.NegateExpressionContext ctx)Enter a parse tree produced by thenegateExpressionlabeled alternative inUISCParser.expression().voidenterNotExpression(UISCParser.NotExpressionContext ctx)Enter a parse tree produced by thenotExpressionlabeled alternative inUISCParser.expression().voidenterNumber(UISCParser.NumberContext ctx)Enter a parse tree produced byUISCParser.number().voidenterNumberLiteralExpression(UISCParser.NumberLiteralExpressionContext ctx)Enter a parse tree produced by thenumberLiteralExpressionlabeled alternative inUISCParser.expression().voidenterOpAndAssignmentStatement(UISCParser.OpAndAssignmentStatementContext ctx)Enter a parse tree produced by theopAndAssignmentStatementlabeled alternative inUISCParser.statement().voidenterParenExpression(UISCParser.ParenExpressionContext ctx)Enter a parse tree produced by theparenExpressionlabeled alternative inUISCParser.expression().voidenterPointer(UISCParser.PointerContext ctx)Enter a parse tree produced byUISCParser.pointer().voidenterPostfixOpExpression(UISCParser.PostfixOpExpressionContext ctx)Enter a parse tree produced by thepostfixOpExpressionlabeled alternative inUISCParser.expression().voidenterPrefixOpExpression(UISCParser.PrefixOpExpressionContext ctx)Enter a parse tree produced by theprefixOpExpressionlabeled alternative inUISCParser.expression().voidenterPrimitiveType(UISCParser.PrimitiveTypeContext ctx)Enter a parse tree produced byUISCParser.primitiveType().voidenterReturnStatement(UISCParser.ReturnStatementContext ctx)Enter a parse tree produced by thereturnStatementlabeled alternative inUISCParser.statement().voidenterSizeOfExpression(UISCParser.SizeOfExpressionContext ctx)Enter a parse tree produced by thesizeOfExpressionlabeled alternative inUISCParser.expression().voidenterStringLiteralExpression(UISCParser.StringLiteralExpressionContext ctx)Enter a parse tree produced by thestringLiteralExpressionlabeled alternative inUISCParser.expression().voidenterStructDeclaration(UISCParser.StructDeclarationContext ctx)Enter a parse tree produced byUISCParser.structDeclaration().voidenterStructDeclarationStatement(UISCParser.StructDeclarationStatementContext ctx)Enter a parse tree produced by thestructDeclarationStatementlabeled alternative inUISCParser.statement().voidenterStructField(UISCParser.StructFieldContext ctx)Enter a parse tree produced byUISCParser.structField().voidenterStructFieldReferenceExpression(UISCParser.StructFieldReferenceExpressionContext ctx)Enter a parse tree produced by thestructFieldReferenceExpressionlabeled alternative inUISCParser.expression().voidenterStructType(UISCParser.StructTypeContext ctx)Enter a parse tree produced byUISCParser.structType().voidenterTernaryExpression(UISCParser.TernaryExpressionContext ctx)Enter a parse tree produced by theternaryExpressionlabeled alternative inUISCParser.expression().voidenterTryCatchStatement(UISCParser.TryCatchStatementContext ctx)Enter a parse tree produced by thetryCatchStatementlabeled alternative inUISCParser.statement().voidenterTryStatement(UISCParser.TryStatementContext ctx)Enter a parse tree produced byUISCParser.tryStatement().voidenterType(UISCParser.TypeContext ctx)Enter a parse tree produced byUISCParser.type().voidenterUforeachStatement(UISCParser.UforeachStatementContext ctx)Enter a parse tree produced by theuforeachStatementlabeled alternative inUISCParser.statement().voidenterUforiStatement(UISCParser.UforiStatementContext ctx)Enter a parse tree produced by theuforiStatementlabeled alternative inUISCParser.statement().voidenterValueAtVariableExpression(UISCParser.ValueAtVariableExpressionContext ctx)Enter a parse tree produced by thevalueAtVariableExpressionlabeled alternative inUISCParser.expression().voidenterVarDeclarationStatement(UISCParser.VarDeclarationStatementContext ctx)Enter a parse tree produced by thevarDeclarationStatementlabeled alternative inUISCParser.statement().voidenterVariableReferenceExpression(UISCParser.VariableReferenceExpressionContext ctx)Enter a parse tree produced by thevariableReferenceExpressionlabeled alternative inUISCParser.expression().voidenterVarInitialization(UISCParser.VarInitializationContext ctx)Enter a parse tree produced by thevarInitializationlabeled alternative inUISCParser.varDeclaration().voidenterWhileStatement(UISCParser.WhileStatementContext ctx)Enter a parse tree produced by thewhileStatementlabeled alternative inUISCParser.statement().voidexitAddressOfVariableExpression(UISCParser.AddressOfVariableExpressionContext ctx)Exit a parse tree produced by theaddressOfVariableExpressionlabeled alternative inUISCParser.expression().voidexitAddSubExpression(UISCParser.AddSubExpressionContext ctx)Exit a parse tree produced by theaddSubExpressionlabeled alternative inUISCParser.expression().voidexitAndOrXorExpression(UISCParser.AndOrXorExpressionContext ctx)Exit a parse tree produced by theandOrXorExpressionlabeled alternative inUISCParser.expression().voidexitArrayAccessExpression(UISCParser.ArrayAccessExpressionContext ctx)Exit a parse tree produced by thearrayAccessExpressionlabeled alternative inUISCParser.expression().voidexitArrayAssignmentInitialization(UISCParser.ArrayAssignmentInitializationContext ctx)Exit a parse tree produced by thearrayAssignmentInitializationlabeled alternative inUISCParser.varDeclaration().voidexitArrayInitializer(UISCParser.ArrayInitializerContext ctx)Exit a parse tree produced byUISCParser.arrayInitializer().voidexitArrayStringInitialization(UISCParser.ArrayStringInitializationContext ctx)Exit a parse tree produced by thearrayStringInitializationlabeled alternative inUISCParser.varDeclaration().voidexitArrayValueInitialization(UISCParser.ArrayValueInitializationContext ctx)Exit a parse tree produced by thearrayValueInitializationlabeled alternative inUISCParser.varDeclaration().voidexitAssembly(UISCParser.AssemblyContext ctx)Exit a parse tree produced byUISCParser.assembly().voidexitAssemblyStatement(UISCParser.AssemblyStatementContext ctx)Exit a parse tree produced by theassemblyStatementlabeled alternative inUISCParser.statement().voidexitAssertion(UISCParser.AssertionContext ctx)Exit a parse tree produced byUISCParser.assertion().voidexitAssertionStatement(UISCParser.AssertionStatementContext ctx)Exit a parse tree produced by theassertionStatementlabeled alternative inUISCParser.statement().voidexitAssignmentStatement(UISCParser.AssignmentStatementContext ctx)Exit a parse tree produced by theassignmentStatementlabeled alternative inUISCParser.statement().voidexitBitwiseExpression(UISCParser.BitwiseExpressionContext ctx)Exit a parse tree produced by thebitwiseExpressionlabeled alternative inUISCParser.expression().voidexitBlock(UISCParser.BlockContext ctx)Exit a parse tree produced byUISCParser.block().voidexitBlockStatement(UISCParser.BlockStatementContext ctx)Exit a parse tree produced by theblockStatementlabeled alternative inUISCParser.statement().voidexitBooleanLiteral(UISCParser.BooleanLiteralContext ctx)Exit a parse tree produced byUISCParser.booleanLiteral().voidexitBooleanLiteralExpression(UISCParser.BooleanLiteralExpressionContext ctx)Exit a parse tree produced by thebooleanLiteralExpressionlabeled alternative inUISCParser.expression().voidexitBreakStatement(UISCParser.BreakStatementContext ctx)Exit a parse tree produced by thebreakStatementlabeled alternative inUISCParser.statement().voidexitCastExpression(UISCParser.CastExpressionContext ctx)Exit a parse tree produced by thecastExpressionlabeled alternative inUISCParser.expression().voidexitCatchStatement(UISCParser.CatchStatementContext ctx)Exit a parse tree produced byUISCParser.catchStatement().voidexitCharLiteralExpression(UISCParser.CharLiteralExpressionContext ctx)Exit a parse tree produced by thecharLiteralExpressionlabeled alternative inUISCParser.expression().voidexitComparisonExpression(UISCParser.ComparisonExpressionContext ctx)Exit a parse tree produced by thecomparisonExpressionlabeled alternative inUISCParser.expression().voidexitContinueStatement(UISCParser.ContinueStatementContext ctx)Exit a parse tree produced by thecontinueStatementlabeled alternative inUISCParser.statement().voidexitElseifStatement(UISCParser.ElseifStatementContext ctx)Exit a parse tree produced byUISCParser.elseifStatement().voidexitElseStatement(UISCParser.ElseStatementContext ctx)Exit a parse tree produced byUISCParser.elseStatement().voidexitEqualityExpression(UISCParser.EqualityExpressionContext ctx)Exit a parse tree produced by theequalityExpressionlabeled alternative inUISCParser.expression().voidexitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)voidexitException(UISCParser.ExceptionContext ctx)Exit a parse tree produced byUISCParser.exception().voidexitExceptionStatement(UISCParser.ExceptionStatementContext ctx)Exit a parse tree produced by theexceptionStatementlabeled alternative inUISCParser.statement().voidexitExprList(UISCParser.ExprListContext ctx)Exit a parse tree produced byUISCParser.exprList().voidexitFile(UISCParser.FileContext ctx)Exit a parse tree produced byUISCParser.file().voidexitFlag(UISCParser.FlagContext ctx)Exit a parse tree produced byUISCParser.flag().voidexitFlagData(UISCParser.FlagDataContext ctx)Exit a parse tree produced byUISCParser.flagData().voidexitFlagDataStatement(UISCParser.FlagDataStatementContext ctx)Exit a parse tree produced by theflagDataStatementlabeled alternative inUISCParser.statement().voidexitFlagStatement(UISCParser.FlagStatementContext ctx)Exit a parse tree produced by theflagStatementlabeled alternative inUISCParser.statement().voidexitFormalParameter(UISCParser.FormalParameterContext ctx)Exit a parse tree produced byUISCParser.formalParameter().voidexitFormalParameters(UISCParser.FormalParametersContext ctx)Exit a parse tree produced byUISCParser.formalParameters().voidexitForStatement(UISCParser.ForStatementContext ctx)Exit a parse tree produced by theforStatementlabeled alternative inUISCParser.statement().voidexitFunctionCallExpression(UISCParser.FunctionCallExpressionContext ctx)Exit a parse tree produced by thefunctionCallExpressionlabeled alternative inUISCParser.expression().voidexitFunctionCallStatement(UISCParser.FunctionCallStatementContext ctx)Exit a parse tree produced by thefunctionCallStatementlabeled alternative inUISCParser.statement().voidexitFunctionDeclaration(UISCParser.FunctionDeclarationContext ctx)Exit a parse tree produced byUISCParser.functionDeclaration().voidexitIfStatement(UISCParser.IfStatementContext ctx)Exit a parse tree produced by theifStatementlabeled alternative inUISCParser.statement().voidexitInclude(UISCParser.IncludeContext ctx)Exit a parse tree produced byUISCParser.include().voidexitIncludeStatement(UISCParser.IncludeStatementContext ctx)Exit a parse tree produced by theincludeStatementlabeled alternative inUISCParser.statement().voidexitInferredType(UISCParser.InferredTypeContext ctx)Exit a parse tree produced byUISCParser.inferredType().voidexitLengthOfExpression(UISCParser.LengthOfExpressionContext ctx)Exit a parse tree produced by thelengthOfExpressionlabeled alternative inUISCParser.expression().voidexitModuloExpression(UISCParser.ModuloExpressionContext ctx)Exit a parse tree produced by themoduloExpressionlabeled alternative inUISCParser.expression().voidexitMultDivExpression(UISCParser.MultDivExpressionContext ctx)Exit a parse tree produced by themultDivExpressionlabeled alternative inUISCParser.expression().voidexitNativeCallExpression(UISCParser.NativeCallExpressionContext ctx)Exit a parse tree produced by thenativeCallExpressionlabeled alternative inUISCParser.expression().voidexitNegateExpression(UISCParser.NegateExpressionContext ctx)Exit a parse tree produced by thenegateExpressionlabeled alternative inUISCParser.expression().voidexitNotExpression(UISCParser.NotExpressionContext ctx)Exit a parse tree produced by thenotExpressionlabeled alternative inUISCParser.expression().voidexitNumber(UISCParser.NumberContext ctx)Exit a parse tree produced byUISCParser.number().voidexitNumberLiteralExpression(UISCParser.NumberLiteralExpressionContext ctx)Exit a parse tree produced by thenumberLiteralExpressionlabeled alternative inUISCParser.expression().voidexitOpAndAssignmentStatement(UISCParser.OpAndAssignmentStatementContext ctx)Exit a parse tree produced by theopAndAssignmentStatementlabeled alternative inUISCParser.statement().voidexitParenExpression(UISCParser.ParenExpressionContext ctx)Exit a parse tree produced by theparenExpressionlabeled alternative inUISCParser.expression().voidexitPointer(UISCParser.PointerContext ctx)Exit a parse tree produced byUISCParser.pointer().voidexitPostfixOpExpression(UISCParser.PostfixOpExpressionContext ctx)Exit a parse tree produced by thepostfixOpExpressionlabeled alternative inUISCParser.expression().voidexitPrefixOpExpression(UISCParser.PrefixOpExpressionContext ctx)Exit a parse tree produced by theprefixOpExpressionlabeled alternative inUISCParser.expression().voidexitPrimitiveType(UISCParser.PrimitiveTypeContext ctx)Exit a parse tree produced byUISCParser.primitiveType().voidexitReturnStatement(UISCParser.ReturnStatementContext ctx)Exit a parse tree produced by thereturnStatementlabeled alternative inUISCParser.statement().voidexitSizeOfExpression(UISCParser.SizeOfExpressionContext ctx)Exit a parse tree produced by thesizeOfExpressionlabeled alternative inUISCParser.expression().voidexitStringLiteralExpression(UISCParser.StringLiteralExpressionContext ctx)Exit a parse tree produced by thestringLiteralExpressionlabeled alternative inUISCParser.expression().voidexitStructDeclaration(UISCParser.StructDeclarationContext ctx)Exit a parse tree produced byUISCParser.structDeclaration().voidexitStructDeclarationStatement(UISCParser.StructDeclarationStatementContext ctx)Exit a parse tree produced by thestructDeclarationStatementlabeled alternative inUISCParser.statement().voidexitStructField(UISCParser.StructFieldContext ctx)Exit a parse tree produced byUISCParser.structField().voidexitStructFieldReferenceExpression(UISCParser.StructFieldReferenceExpressionContext ctx)Exit a parse tree produced by thestructFieldReferenceExpressionlabeled alternative inUISCParser.expression().voidexitStructType(UISCParser.StructTypeContext ctx)Exit a parse tree produced byUISCParser.structType().voidexitTernaryExpression(UISCParser.TernaryExpressionContext ctx)Exit a parse tree produced by theternaryExpressionlabeled alternative inUISCParser.expression().voidexitTryCatchStatement(UISCParser.TryCatchStatementContext ctx)Exit a parse tree produced by thetryCatchStatementlabeled alternative inUISCParser.statement().voidexitTryStatement(UISCParser.TryStatementContext ctx)Exit a parse tree produced byUISCParser.tryStatement().voidexitType(UISCParser.TypeContext ctx)Exit a parse tree produced byUISCParser.type().voidexitUforeachStatement(UISCParser.UforeachStatementContext ctx)Exit a parse tree produced by theuforeachStatementlabeled alternative inUISCParser.statement().voidexitUforiStatement(UISCParser.UforiStatementContext ctx)Exit a parse tree produced by theuforiStatementlabeled alternative inUISCParser.statement().voidexitValueAtVariableExpression(UISCParser.ValueAtVariableExpressionContext ctx)Exit a parse tree produced by thevalueAtVariableExpressionlabeled alternative inUISCParser.expression().voidexitVarDeclarationStatement(UISCParser.VarDeclarationStatementContext ctx)Exit a parse tree produced by thevarDeclarationStatementlabeled alternative inUISCParser.statement().voidexitVariableReferenceExpression(UISCParser.VariableReferenceExpressionContext ctx)Exit a parse tree produced by thevariableReferenceExpressionlabeled alternative inUISCParser.expression().voidexitVarInitialization(UISCParser.VarInitializationContext ctx)Exit a parse tree produced by thevarInitializationlabeled alternative inUISCParser.varDeclaration().voidexitWhileStatement(UISCParser.WhileStatementContext ctx)Exit a parse tree produced by thewhileStatementlabeled alternative inUISCParser.statement().voidvisitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)voidvisitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
-
Constructor Details
-
UISCBaseListener
public UISCBaseListener()
-
-
Method Details
-
enterFile
Enter a parse tree produced byUISCParser.file().The default implementation does nothing.
- Specified by:
enterFilein interfaceUISCListener- Parameters:
ctx- the parse tree
-
exitFile
Exit a parse tree produced byUISCParser.file().The default implementation does nothing.
- Specified by:
exitFilein interfaceUISCListener- Parameters:
ctx- the parse tree
-
enterPointer
Enter a parse tree produced byUISCParser.pointer().The default implementation does nothing.
- Specified by:
enterPointerin interfaceUISCListener- Parameters:
ctx- the parse tree
-
exitPointer
Exit a parse tree produced byUISCParser.pointer().The default implementation does nothing.
- Specified by:
exitPointerin interfaceUISCListener- Parameters:
ctx- the parse tree
-
enterVarInitialization
Enter a parse tree produced by thevarInitializationlabeled alternative inUISCParser.varDeclaration().The default implementation does nothing.
- Specified by:
enterVarInitializationin interfaceUISCListener- Parameters:
ctx- the parse tree
-
exitVarInitialization
Exit a parse tree produced by thevarInitializationlabeled alternative inUISCParser.varDeclaration().The default implementation does nothing.
- Specified by:
exitVarInitializationin interfaceUISCListener- Parameters:
ctx- the parse tree
-
enterArrayValueInitialization
Enter a parse tree produced by thearrayValueInitializationlabeled alternative inUISCParser.varDeclaration().The default implementation does nothing.
- Specified by:
enterArrayValueInitializationin interfaceUISCListener- Parameters:
ctx- the parse tree
-
exitArrayValueInitialization
Exit a parse tree produced by thearrayValueInitializationlabeled alternative inUISCParser.varDeclaration().The default implementation does nothing.
- Specified by:
exitArrayValueInitializationin interfaceUISCListener- Parameters:
ctx- the parse tree
-
enterArrayStringInitialization
Enter a parse tree produced by thearrayStringInitializationlabeled alternative inUISCParser.varDeclaration().The default implementation does nothing.
- Specified by:
enterArrayStringInitializationin interfaceUISCListener- Parameters:
ctx- the parse tree
-
exitArrayStringInitialization
Exit a parse tree produced by thearrayStringInitializationlabeled alternative inUISCParser.varDeclaration().The default implementation does nothing.
- Specified by:
exitArrayStringInitializationin interfaceUISCListener- Parameters:
ctx- the parse tree
-
enterArrayAssignmentInitialization
public void enterArrayAssignmentInitialization(UISCParser.ArrayAssignmentInitializationContext ctx)Enter a parse tree produced by thearrayAssignmentInitializationlabeled alternative inUISCParser.varDeclaration().The default implementation does nothing.
- Specified by:
enterArrayAssignmentInitializationin interfaceUISCListener- Parameters:
ctx- the parse tree
-
exitArrayAssignmentInitialization
Exit a parse tree produced by thearrayAssignmentInitializationlabeled alternative inUISCParser.varDeclaration().The default implementation does nothing.
- Specified by:
exitArrayAssignmentInitializationin interfaceUISCListener- Parameters:
ctx- the parse tree
-
enterStructDeclaration
Enter a parse tree produced byUISCParser.structDeclaration().The default implementation does nothing.
- Specified by:
enterStructDeclarationin interfaceUISCListener- Parameters:
ctx- the parse tree
-
exitStructDeclaration
Exit a parse tree produced byUISCParser.structDeclaration().The default implementation does nothing.
- Specified by:
exitStructDeclarationin interfaceUISCListener- Parameters:
ctx- the parse tree
-
enterType
Enter a parse tree produced byUISCParser.type().The default implementation does nothing.
- Specified by:
enterTypein interfaceUISCListener- Parameters:
ctx- the parse tree
-
exitType
Exit a parse tree produced byUISCParser.type().The default implementation does nothing.
- Specified by:
exitTypein interfaceUISCListener- Parameters:
ctx- the parse tree
-
enterPrimitiveType
Enter a parse tree produced byUISCParser.primitiveType().The default implementation does nothing.
- Specified by:
enterPrimitiveTypein interfaceUISCListener- Parameters:
ctx- the parse tree
-
exitPrimitiveType
Exit a parse tree produced byUISCParser.primitiveType().The default implementation does nothing.
- Specified by:
exitPrimitiveTypein interfaceUISCListener- Parameters:
ctx- the parse tree
-
enterStructType
Enter a parse tree produced byUISCParser.structType().The default implementation does nothing.
- Specified by:
enterStructTypein interfaceUISCListener- Parameters:
ctx- the parse tree
-
exitStructType
Exit a parse tree produced byUISCParser.structType().The default implementation does nothing.
- Specified by:
exitStructTypein interfaceUISCListener- Parameters:
ctx- the parse tree
-
enterInferredType
Enter a parse tree produced byUISCParser.inferredType().The default implementation does nothing.
- Specified by:
enterInferredTypein interfaceUISCListener- Parameters:
ctx- the parse tree
-
exitInferredType
Exit a parse tree produced byUISCParser.inferredType().The default implementation does nothing.
- Specified by:
exitInferredTypein interfaceUISCListener- Parameters:
ctx- the parse tree
-
enterBooleanLiteral
Enter a parse tree produced byUISCParser.booleanLiteral().The default implementation does nothing.
- Specified by:
enterBooleanLiteralin interfaceUISCListener- Parameters:
ctx- the parse tree
-
exitBooleanLiteral
Exit a parse tree produced byUISCParser.booleanLiteral().The default implementation does nothing.
- Specified by:
exitBooleanLiteralin interfaceUISCListener- Parameters:
ctx- the parse tree
-
enterArrayInitializer
Enter a parse tree produced byUISCParser.arrayInitializer().The default implementation does nothing.
- Specified by:
enterArrayInitializerin interfaceUISCListener- Parameters:
ctx- the parse tree
-
exitArrayInitializer
Exit a parse tree produced byUISCParser.arrayInitializer().The default implementation does nothing.
- Specified by:
exitArrayInitializerin interfaceUISCListener- Parameters:
ctx- the parse tree
-
enterFunctionDeclaration
Enter a parse tree produced byUISCParser.functionDeclaration().The default implementation does nothing.
- Specified by:
enterFunctionDeclarationin interfaceUISCListener- Parameters:
ctx- the parse tree
-
exitFunctionDeclaration
Exit a parse tree produced byUISCParser.functionDeclaration().The default implementation does nothing.
- Specified by:
exitFunctionDeclarationin interfaceUISCListener- Parameters:
ctx- the parse tree
-
enterFormalParameters
Enter a parse tree produced byUISCParser.formalParameters().The default implementation does nothing.
- Specified by:
enterFormalParametersin interfaceUISCListener- Parameters:
ctx- the parse tree
-
exitFormalParameters
Exit a parse tree produced byUISCParser.formalParameters().The default implementation does nothing.
- Specified by:
exitFormalParametersin interfaceUISCListener- Parameters:
ctx- the parse tree
-
enterFormalParameter
Enter a parse tree produced byUISCParser.formalParameter().The default implementation does nothing.
- Specified by:
enterFormalParameterin interfaceUISCListener- Parameters:
ctx- the parse tree
-
exitFormalParameter
Exit a parse tree produced byUISCParser.formalParameter().The default implementation does nothing.
- Specified by:
exitFormalParameterin interfaceUISCListener- Parameters:
ctx- the parse tree
-
enterBlock
Enter a parse tree produced byUISCParser.block().The default implementation does nothing.
- Specified by:
enterBlockin interfaceUISCListener- Parameters:
ctx- the parse tree
-
exitBlock
Exit a parse tree produced byUISCParser.block().The default implementation does nothing.
- Specified by:
exitBlockin interfaceUISCListener- Parameters:
ctx- the parse tree
-
enterBlockStatement
Enter a parse tree produced by theblockStatementlabeled alternative inUISCParser.statement().The default implementation does nothing.
- Specified by:
enterBlockStatementin interfaceUISCListener- Parameters:
ctx- the parse tree
-
exitBlockStatement
Exit a parse tree produced by theblockStatementlabeled alternative inUISCParser.statement().The default implementation does nothing.
- Specified by:
exitBlockStatementin interfaceUISCListener- Parameters:
ctx- the parse tree
-
enterVarDeclarationStatement
Enter a parse tree produced by thevarDeclarationStatementlabeled alternative inUISCParser.statement().The default implementation does nothing.
- Specified by:
enterVarDeclarationStatementin interfaceUISCListener- Parameters:
ctx- the parse tree
-
exitVarDeclarationStatement
Exit a parse tree produced by thevarDeclarationStatementlabeled alternative inUISCParser.statement().The default implementation does nothing.
- Specified by:
exitVarDeclarationStatementin interfaceUISCListener- Parameters:
ctx- the parse tree
-
enterStructDeclarationStatement
Enter a parse tree produced by thestructDeclarationStatementlabeled alternative inUISCParser.statement().The default implementation does nothing.
- Specified by:
enterStructDeclarationStatementin interfaceUISCListener- Parameters:
ctx- the parse tree
-
exitStructDeclarationStatement
Exit a parse tree produced by thestructDeclarationStatementlabeled alternative inUISCParser.statement().The default implementation does nothing.
- Specified by:
exitStructDeclarationStatementin interfaceUISCListener- Parameters:
ctx- the parse tree
-
enterIfStatement
Enter a parse tree produced by theifStatementlabeled alternative inUISCParser.statement().The default implementation does nothing.
- Specified by:
enterIfStatementin interfaceUISCListener- Parameters:
ctx- the parse tree
-
exitIfStatement
Exit a parse tree produced by theifStatementlabeled alternative inUISCParser.statement().The default implementation does nothing.
- Specified by:
exitIfStatementin interfaceUISCListener- Parameters:
ctx- the parse tree
-
enterUforiStatement
Enter a parse tree produced by theuforiStatementlabeled alternative inUISCParser.statement().The default implementation does nothing.
- Specified by:
enterUforiStatementin interfaceUISCListener- Parameters:
ctx- the parse tree
-
exitUforiStatement
Exit a parse tree produced by theuforiStatementlabeled alternative inUISCParser.statement().The default implementation does nothing.
- Specified by:
exitUforiStatementin interfaceUISCListener- Parameters:
ctx- the parse tree
-
enterUforeachStatement
Enter a parse tree produced by theuforeachStatementlabeled alternative inUISCParser.statement().The default implementation does nothing.
- Specified by:
enterUforeachStatementin interfaceUISCListener- Parameters:
ctx- the parse tree
-
exitUforeachStatement
Exit a parse tree produced by theuforeachStatementlabeled alternative inUISCParser.statement().The default implementation does nothing.
- Specified by:
exitUforeachStatementin interfaceUISCListener- Parameters:
ctx- the parse tree
-
enterWhileStatement
Enter a parse tree produced by thewhileStatementlabeled alternative inUISCParser.statement().The default implementation does nothing.
- Specified by:
enterWhileStatementin interfaceUISCListener- Parameters:
ctx- the parse tree
-
exitWhileStatement
Exit a parse tree produced by thewhileStatementlabeled alternative inUISCParser.statement().The default implementation does nothing.
- Specified by:
exitWhileStatementin interfaceUISCListener- Parameters:
ctx- the parse tree
-
enterForStatement
Enter a parse tree produced by theforStatementlabeled alternative inUISCParser.statement().The default implementation does nothing.
- Specified by:
enterForStatementin interfaceUISCListener- Parameters:
ctx- the parse tree
-
exitForStatement
Exit a parse tree produced by theforStatementlabeled alternative inUISCParser.statement().The default implementation does nothing.
- Specified by:
exitForStatementin interfaceUISCListener- Parameters:
ctx- the parse tree
-
enterReturnStatement
Enter a parse tree produced by thereturnStatementlabeled alternative inUISCParser.statement().The default implementation does nothing.
- Specified by:
enterReturnStatementin interfaceUISCListener- Parameters:
ctx- the parse tree
-
exitReturnStatement
Exit a parse tree produced by thereturnStatementlabeled alternative inUISCParser.statement().The default implementation does nothing.
- Specified by:
exitReturnStatementin interfaceUISCListener- Parameters:
ctx- the parse tree
-
enterAssignmentStatement
Enter a parse tree produced by theassignmentStatementlabeled alternative inUISCParser.statement().The default implementation does nothing.
- Specified by:
enterAssignmentStatementin interfaceUISCListener- Parameters:
ctx- the parse tree
-
exitAssignmentStatement
Exit a parse tree produced by theassignmentStatementlabeled alternative inUISCParser.statement().The default implementation does nothing.
- Specified by:
exitAssignmentStatementin interfaceUISCListener- Parameters:
ctx- the parse tree
-
enterOpAndAssignmentStatement
Enter a parse tree produced by theopAndAssignmentStatementlabeled alternative inUISCParser.statement().The default implementation does nothing.
- Specified by:
enterOpAndAssignmentStatementin interfaceUISCListener- Parameters:
ctx- the parse tree
-
exitOpAndAssignmentStatement
Exit a parse tree produced by theopAndAssignmentStatementlabeled alternative inUISCParser.statement().The default implementation does nothing.
- Specified by:
exitOpAndAssignmentStatementin interfaceUISCListener- Parameters:
ctx- the parse tree
-
enterTryCatchStatement
Enter a parse tree produced by thetryCatchStatementlabeled alternative inUISCParser.statement().The default implementation does nothing.
- Specified by:
enterTryCatchStatementin interfaceUISCListener- Parameters:
ctx- the parse tree
-
exitTryCatchStatement
Exit a parse tree produced by thetryCatchStatementlabeled alternative inUISCParser.statement().The default implementation does nothing.
- Specified by:
exitTryCatchStatementin interfaceUISCListener- Parameters:
ctx- the parse tree
-
enterFunctionCallStatement
Enter a parse tree produced by thefunctionCallStatementlabeled alternative inUISCParser.statement().The default implementation does nothing.
- Specified by:
enterFunctionCallStatementin interfaceUISCListener- Parameters:
ctx- the parse tree
-
exitFunctionCallStatement
Exit a parse tree produced by thefunctionCallStatementlabeled alternative inUISCParser.statement().The default implementation does nothing.
- Specified by:
exitFunctionCallStatementin interfaceUISCListener- Parameters:
ctx- the parse tree
-
enterAssemblyStatement
Enter a parse tree produced by theassemblyStatementlabeled alternative inUISCParser.statement().The default implementation does nothing.
- Specified by:
enterAssemblyStatementin interfaceUISCListener- Parameters:
ctx- the parse tree
-
exitAssemblyStatement
Exit a parse tree produced by theassemblyStatementlabeled alternative inUISCParser.statement().The default implementation does nothing.
- Specified by:
exitAssemblyStatementin interfaceUISCListener- Parameters:
ctx- the parse tree
-
enterAssertionStatement
Enter a parse tree produced by theassertionStatementlabeled alternative inUISCParser.statement().The default implementation does nothing.
- Specified by:
enterAssertionStatementin interfaceUISCListener- Parameters:
ctx- the parse tree
-
exitAssertionStatement
Exit a parse tree produced by theassertionStatementlabeled alternative inUISCParser.statement().The default implementation does nothing.
- Specified by:
exitAssertionStatementin interfaceUISCListener- Parameters:
ctx- the parse tree
-
enterExceptionStatement
Enter a parse tree produced by theexceptionStatementlabeled alternative inUISCParser.statement().The default implementation does nothing.
- Specified by:
enterExceptionStatementin interfaceUISCListener- Parameters:
ctx- the parse tree
-
exitExceptionStatement
Exit a parse tree produced by theexceptionStatementlabeled alternative inUISCParser.statement().The default implementation does nothing.
- Specified by:
exitExceptionStatementin interfaceUISCListener- Parameters:
ctx- the parse tree
-
enterIncludeStatement
Enter a parse tree produced by theincludeStatementlabeled alternative inUISCParser.statement().The default implementation does nothing.
- Specified by:
enterIncludeStatementin interfaceUISCListener- Parameters:
ctx- the parse tree
-
exitIncludeStatement
Exit a parse tree produced by theincludeStatementlabeled alternative inUISCParser.statement().The default implementation does nothing.
- Specified by:
exitIncludeStatementin interfaceUISCListener- Parameters:
ctx- the parse tree
-
enterFlagStatement
Enter a parse tree produced by theflagStatementlabeled alternative inUISCParser.statement().The default implementation does nothing.
- Specified by:
enterFlagStatementin interfaceUISCListener- Parameters:
ctx- the parse tree
-
exitFlagStatement
Exit a parse tree produced by theflagStatementlabeled alternative inUISCParser.statement().The default implementation does nothing.
- Specified by:
exitFlagStatementin interfaceUISCListener- Parameters:
ctx- the parse tree
-
enterFlagDataStatement
Enter a parse tree produced by theflagDataStatementlabeled alternative inUISCParser.statement().The default implementation does nothing.
- Specified by:
enterFlagDataStatementin interfaceUISCListener- Parameters:
ctx- the parse tree
-
exitFlagDataStatement
Exit a parse tree produced by theflagDataStatementlabeled alternative inUISCParser.statement().The default implementation does nothing.
- Specified by:
exitFlagDataStatementin interfaceUISCListener- Parameters:
ctx- the parse tree
-
enterBreakStatement
Enter a parse tree produced by thebreakStatementlabeled alternative inUISCParser.statement().The default implementation does nothing.
- Specified by:
enterBreakStatementin interfaceUISCListener- Parameters:
ctx- the parse tree
-
exitBreakStatement
Exit a parse tree produced by thebreakStatementlabeled alternative inUISCParser.statement().The default implementation does nothing.
- Specified by:
exitBreakStatementin interfaceUISCListener- Parameters:
ctx- the parse tree
-
enterContinueStatement
Enter a parse tree produced by thecontinueStatementlabeled alternative inUISCParser.statement().The default implementation does nothing.
- Specified by:
enterContinueStatementin interfaceUISCListener- Parameters:
ctx- the parse tree
-
exitContinueStatement
Exit a parse tree produced by thecontinueStatementlabeled alternative inUISCParser.statement().The default implementation does nothing.
- Specified by:
exitContinueStatementin interfaceUISCListener- Parameters:
ctx- the parse tree
-
enterElseifStatement
Enter a parse tree produced byUISCParser.elseifStatement().The default implementation does nothing.
- Specified by:
enterElseifStatementin interfaceUISCListener- Parameters:
ctx- the parse tree
-
exitElseifStatement
Exit a parse tree produced byUISCParser.elseifStatement().The default implementation does nothing.
- Specified by:
exitElseifStatementin interfaceUISCListener- Parameters:
ctx- the parse tree
-
enterElseStatement
Enter a parse tree produced byUISCParser.elseStatement().The default implementation does nothing.
- Specified by:
enterElseStatementin interfaceUISCListener- Parameters:
ctx- the parse tree
-
exitElseStatement
Exit a parse tree produced byUISCParser.elseStatement().The default implementation does nothing.
- Specified by:
exitElseStatementin interfaceUISCListener- Parameters:
ctx- the parse tree
-
enterTryStatement
Enter a parse tree produced byUISCParser.tryStatement().The default implementation does nothing.
- Specified by:
enterTryStatementin interfaceUISCListener- Parameters:
ctx- the parse tree
-
exitTryStatement
Exit a parse tree produced byUISCParser.tryStatement().The default implementation does nothing.
- Specified by:
exitTryStatementin interfaceUISCListener- Parameters:
ctx- the parse tree
-
enterCatchStatement
Enter a parse tree produced byUISCParser.catchStatement().The default implementation does nothing.
- Specified by:
enterCatchStatementin interfaceUISCListener- Parameters:
ctx- the parse tree
-
exitCatchStatement
Exit a parse tree produced byUISCParser.catchStatement().The default implementation does nothing.
- Specified by:
exitCatchStatementin interfaceUISCListener- Parameters:
ctx- the parse tree
-
enterNumber
Enter a parse tree produced byUISCParser.number().The default implementation does nothing.
- Specified by:
enterNumberin interfaceUISCListener- Parameters:
ctx- the parse tree
-
exitNumber
Exit a parse tree produced byUISCParser.number().The default implementation does nothing.
- Specified by:
exitNumberin interfaceUISCListener- Parameters:
ctx- the parse tree
-
enterAssembly
Enter a parse tree produced byUISCParser.assembly().The default implementation does nothing.
- Specified by:
enterAssemblyin interfaceUISCListener- Parameters:
ctx- the parse tree
-
exitAssembly
Exit a parse tree produced byUISCParser.assembly().The default implementation does nothing.
- Specified by:
exitAssemblyin interfaceUISCListener- Parameters:
ctx- the parse tree
-
enterAssertion
Enter a parse tree produced byUISCParser.assertion().The default implementation does nothing.
- Specified by:
enterAssertionin interfaceUISCListener- Parameters:
ctx- the parse tree
-
exitAssertion
Exit a parse tree produced byUISCParser.assertion().The default implementation does nothing.
- Specified by:
exitAssertionin interfaceUISCListener- Parameters:
ctx- the parse tree
-
enterException
Enter a parse tree produced byUISCParser.exception().The default implementation does nothing.
- Specified by:
enterExceptionin interfaceUISCListener- Parameters:
ctx- the parse tree
-
exitException
Exit a parse tree produced byUISCParser.exception().The default implementation does nothing.
- Specified by:
exitExceptionin interfaceUISCListener- Parameters:
ctx- the parse tree
-
enterInclude
Enter a parse tree produced byUISCParser.include().The default implementation does nothing.
- Specified by:
enterIncludein interfaceUISCListener- Parameters:
ctx- the parse tree
-
exitInclude
Exit a parse tree produced byUISCParser.include().The default implementation does nothing.
- Specified by:
exitIncludein interfaceUISCListener- Parameters:
ctx- the parse tree
-
enterFlag
Enter a parse tree produced byUISCParser.flag().The default implementation does nothing.
- Specified by:
enterFlagin interfaceUISCListener- Parameters:
ctx- the parse tree
-
exitFlag
Exit a parse tree produced byUISCParser.flag().The default implementation does nothing.
- Specified by:
exitFlagin interfaceUISCListener- Parameters:
ctx- the parse tree
-
enterFlagData
Enter a parse tree produced byUISCParser.flagData().The default implementation does nothing.
- Specified by:
enterFlagDatain interfaceUISCListener- Parameters:
ctx- the parse tree
-
exitFlagData
Exit a parse tree produced byUISCParser.flagData().The default implementation does nothing.
- Specified by:
exitFlagDatain interfaceUISCListener- Parameters:
ctx- the parse tree
-
enterStructField
Enter a parse tree produced byUISCParser.structField().The default implementation does nothing.
- Specified by:
enterStructFieldin interfaceUISCListener- Parameters:
ctx- the parse tree
-
exitStructField
Exit a parse tree produced byUISCParser.structField().The default implementation does nothing.
- Specified by:
exitStructFieldin interfaceUISCListener- Parameters:
ctx- the parse tree
-
enterPostfixOpExpression
Enter a parse tree produced by thepostfixOpExpressionlabeled alternative inUISCParser.expression().The default implementation does nothing.
- Specified by:
enterPostfixOpExpressionin interfaceUISCListener- Parameters:
ctx- the parse tree
-
exitPostfixOpExpression
Exit a parse tree produced by thepostfixOpExpressionlabeled alternative inUISCParser.expression().The default implementation does nothing.
- Specified by:
exitPostfixOpExpressionin interfaceUISCListener- Parameters:
ctx- the parse tree
-
enterModuloExpression
Enter a parse tree produced by themoduloExpressionlabeled alternative inUISCParser.expression().The default implementation does nothing.
- Specified by:
enterModuloExpressionin interfaceUISCListener- Parameters:
ctx- the parse tree
-
exitModuloExpression
Exit a parse tree produced by themoduloExpressionlabeled alternative inUISCParser.expression().The default implementation does nothing.
- Specified by:
exitModuloExpressionin interfaceUISCListener- Parameters:
ctx- the parse tree
-
enterMultDivExpression
Enter a parse tree produced by themultDivExpressionlabeled alternative inUISCParser.expression().The default implementation does nothing.
- Specified by:
enterMultDivExpressionin interfaceUISCListener- Parameters:
ctx- the parse tree
-
exitMultDivExpression
Exit a parse tree produced by themultDivExpressionlabeled alternative inUISCParser.expression().The default implementation does nothing.
- Specified by:
exitMultDivExpressionin interfaceUISCListener- Parameters:
ctx- the parse tree
-
enterNotExpression
Enter a parse tree produced by thenotExpressionlabeled alternative inUISCParser.expression().The default implementation does nothing.
- Specified by:
enterNotExpressionin interfaceUISCListener- Parameters:
ctx- the parse tree
-
exitNotExpression
Exit a parse tree produced by thenotExpressionlabeled alternative inUISCParser.expression().The default implementation does nothing.
- Specified by:
exitNotExpressionin interfaceUISCListener- Parameters:
ctx- the parse tree
-
enterPrefixOpExpression
Enter a parse tree produced by theprefixOpExpressionlabeled alternative inUISCParser.expression().The default implementation does nothing.
- Specified by:
enterPrefixOpExpressionin interfaceUISCListener- Parameters:
ctx- the parse tree
-
exitPrefixOpExpression
Exit a parse tree produced by theprefixOpExpressionlabeled alternative inUISCParser.expression().The default implementation does nothing.
- Specified by:
exitPrefixOpExpressionin interfaceUISCListener- Parameters:
ctx- the parse tree
-
enterBooleanLiteralExpression
Enter a parse tree produced by thebooleanLiteralExpressionlabeled alternative inUISCParser.expression().The default implementation does nothing.
- Specified by:
enterBooleanLiteralExpressionin interfaceUISCListener- Parameters:
ctx- the parse tree
-
exitBooleanLiteralExpression
Exit a parse tree produced by thebooleanLiteralExpressionlabeled alternative inUISCParser.expression().The default implementation does nothing.
- Specified by:
exitBooleanLiteralExpressionin interfaceUISCListener- Parameters:
ctx- the parse tree
-
enterComparisonExpression
Enter a parse tree produced by thecomparisonExpressionlabeled alternative inUISCParser.expression().The default implementation does nothing.
- Specified by:
enterComparisonExpressionin interfaceUISCListener- Parameters:
ctx- the parse tree
-
exitComparisonExpression
Exit a parse tree produced by thecomparisonExpressionlabeled alternative inUISCParser.expression().The default implementation does nothing.
- Specified by:
exitComparisonExpressionin interfaceUISCListener- Parameters:
ctx- the parse tree
-
enterParenExpression
Enter a parse tree produced by theparenExpressionlabeled alternative inUISCParser.expression().The default implementation does nothing.
- Specified by:
enterParenExpressionin interfaceUISCListener- Parameters:
ctx- the parse tree
-
exitParenExpression
Exit a parse tree produced by theparenExpressionlabeled alternative inUISCParser.expression().The default implementation does nothing.
- Specified by:
exitParenExpressionin interfaceUISCListener- Parameters:
ctx- the parse tree
-
enterNumberLiteralExpression
Enter a parse tree produced by thenumberLiteralExpressionlabeled alternative inUISCParser.expression().The default implementation does nothing.
- Specified by:
enterNumberLiteralExpressionin interfaceUISCListener- Parameters:
ctx- the parse tree
-
exitNumberLiteralExpression
Exit a parse tree produced by thenumberLiteralExpressionlabeled alternative inUISCParser.expression().The default implementation does nothing.
- Specified by:
exitNumberLiteralExpressionin interfaceUISCListener- Parameters:
ctx- the parse tree
-
enterValueAtVariableExpression
Enter a parse tree produced by thevalueAtVariableExpressionlabeled alternative inUISCParser.expression().The default implementation does nothing.
- Specified by:
enterValueAtVariableExpressionin interfaceUISCListener- Parameters:
ctx- the parse tree
-
exitValueAtVariableExpression
Exit a parse tree produced by thevalueAtVariableExpressionlabeled alternative inUISCParser.expression().The default implementation does nothing.
- Specified by:
exitValueAtVariableExpressionin interfaceUISCListener- Parameters:
ctx- the parse tree
-
enterCastExpression
Enter a parse tree produced by thecastExpressionlabeled alternative inUISCParser.expression().The default implementation does nothing.
- Specified by:
enterCastExpressionin interfaceUISCListener- Parameters:
ctx- the parse tree
-
exitCastExpression
Exit a parse tree produced by thecastExpressionlabeled alternative inUISCParser.expression().The default implementation does nothing.
- Specified by:
exitCastExpressionin interfaceUISCListener- Parameters:
ctx- the parse tree
-
enterNativeCallExpression
Enter a parse tree produced by thenativeCallExpressionlabeled alternative inUISCParser.expression().The default implementation does nothing.
- Specified by:
enterNativeCallExpressionin interfaceUISCListener- Parameters:
ctx- the parse tree
-
exitNativeCallExpression
Exit a parse tree produced by thenativeCallExpressionlabeled alternative inUISCParser.expression().The default implementation does nothing.
- Specified by:
exitNativeCallExpressionin interfaceUISCListener- Parameters:
ctx- the parse tree
-
enterSizeOfExpression
Enter a parse tree produced by thesizeOfExpressionlabeled alternative inUISCParser.expression().The default implementation does nothing.
- Specified by:
enterSizeOfExpressionin interfaceUISCListener- Parameters:
ctx- the parse tree
-
exitSizeOfExpression
Exit a parse tree produced by thesizeOfExpressionlabeled alternative inUISCParser.expression().The default implementation does nothing.
- Specified by:
exitSizeOfExpressionin interfaceUISCListener- Parameters:
ctx- the parse tree
-
enterFunctionCallExpression
Enter a parse tree produced by thefunctionCallExpressionlabeled alternative inUISCParser.expression().The default implementation does nothing.
- Specified by:
enterFunctionCallExpressionin interfaceUISCListener- Parameters:
ctx- the parse tree
-
exitFunctionCallExpression
Exit a parse tree produced by thefunctionCallExpressionlabeled alternative inUISCParser.expression().The default implementation does nothing.
- Specified by:
exitFunctionCallExpressionin interfaceUISCListener- Parameters:
ctx- the parse tree
-
enterBitwiseExpression
Enter a parse tree produced by thebitwiseExpressionlabeled alternative inUISCParser.expression().The default implementation does nothing.
- Specified by:
enterBitwiseExpressionin interfaceUISCListener- Parameters:
ctx- the parse tree
-
exitBitwiseExpression
Exit a parse tree produced by thebitwiseExpressionlabeled alternative inUISCParser.expression().The default implementation does nothing.
- Specified by:
exitBitwiseExpressionin interfaceUISCListener- Parameters:
ctx- the parse tree
-
enterNegateExpression
Enter a parse tree produced by thenegateExpressionlabeled alternative inUISCParser.expression().The default implementation does nothing.
- Specified by:
enterNegateExpressionin interfaceUISCListener- Parameters:
ctx- the parse tree
-
exitNegateExpression
Exit a parse tree produced by thenegateExpressionlabeled alternative inUISCParser.expression().The default implementation does nothing.
- Specified by:
exitNegateExpressionin interfaceUISCListener- Parameters:
ctx- the parse tree
-
enterAddressOfVariableExpression
Enter a parse tree produced by theaddressOfVariableExpressionlabeled alternative inUISCParser.expression().The default implementation does nothing.
- Specified by:
enterAddressOfVariableExpressionin interfaceUISCListener- Parameters:
ctx- the parse tree
-
exitAddressOfVariableExpression
Exit a parse tree produced by theaddressOfVariableExpressionlabeled alternative inUISCParser.expression().The default implementation does nothing.
- Specified by:
exitAddressOfVariableExpressionin interfaceUISCListener- Parameters:
ctx- the parse tree
-
enterLengthOfExpression
Enter a parse tree produced by thelengthOfExpressionlabeled alternative inUISCParser.expression().The default implementation does nothing.
- Specified by:
enterLengthOfExpressionin interfaceUISCListener- Parameters:
ctx- the parse tree
-
exitLengthOfExpression
Exit a parse tree produced by thelengthOfExpressionlabeled alternative inUISCParser.expression().The default implementation does nothing.
- Specified by:
exitLengthOfExpressionin interfaceUISCListener- Parameters:
ctx- the parse tree
-
enterStructFieldReferenceExpression
public void enterStructFieldReferenceExpression(UISCParser.StructFieldReferenceExpressionContext ctx)Enter a parse tree produced by thestructFieldReferenceExpressionlabeled alternative inUISCParser.expression().The default implementation does nothing.
- Specified by:
enterStructFieldReferenceExpressionin interfaceUISCListener- Parameters:
ctx- the parse tree
-
exitStructFieldReferenceExpression
public void exitStructFieldReferenceExpression(UISCParser.StructFieldReferenceExpressionContext ctx)Exit a parse tree produced by thestructFieldReferenceExpressionlabeled alternative inUISCParser.expression().The default implementation does nothing.
- Specified by:
exitStructFieldReferenceExpressionin interfaceUISCListener- Parameters:
ctx- the parse tree
-
enterStringLiteralExpression
Enter a parse tree produced by thestringLiteralExpressionlabeled alternative inUISCParser.expression().The default implementation does nothing.
- Specified by:
enterStringLiteralExpressionin interfaceUISCListener- Parameters:
ctx- the parse tree
-
exitStringLiteralExpression
Exit a parse tree produced by thestringLiteralExpressionlabeled alternative inUISCParser.expression().The default implementation does nothing.
- Specified by:
exitStringLiteralExpressionin interfaceUISCListener- Parameters:
ctx- the parse tree
-
enterArrayAccessExpression
Enter a parse tree produced by thearrayAccessExpressionlabeled alternative inUISCParser.expression().The default implementation does nothing.
- Specified by:
enterArrayAccessExpressionin interfaceUISCListener- Parameters:
ctx- the parse tree
-
exitArrayAccessExpression
Exit a parse tree produced by thearrayAccessExpressionlabeled alternative inUISCParser.expression().The default implementation does nothing.
- Specified by:
exitArrayAccessExpressionin interfaceUISCListener- Parameters:
ctx- the parse tree
-
enterVariableReferenceExpression
Enter a parse tree produced by thevariableReferenceExpressionlabeled alternative inUISCParser.expression().The default implementation does nothing.
- Specified by:
enterVariableReferenceExpressionin interfaceUISCListener- Parameters:
ctx- the parse tree
-
exitVariableReferenceExpression
Exit a parse tree produced by thevariableReferenceExpressionlabeled alternative inUISCParser.expression().The default implementation does nothing.
- Specified by:
exitVariableReferenceExpressionin interfaceUISCListener- Parameters:
ctx- the parse tree
-
enterAddSubExpression
Enter a parse tree produced by theaddSubExpressionlabeled alternative inUISCParser.expression().The default implementation does nothing.
- Specified by:
enterAddSubExpressionin interfaceUISCListener- Parameters:
ctx- the parse tree
-
exitAddSubExpression
Exit a parse tree produced by theaddSubExpressionlabeled alternative inUISCParser.expression().The default implementation does nothing.
- Specified by:
exitAddSubExpressionin interfaceUISCListener- Parameters:
ctx- the parse tree
-
enterAndOrXorExpression
Enter a parse tree produced by theandOrXorExpressionlabeled alternative inUISCParser.expression().The default implementation does nothing.
- Specified by:
enterAndOrXorExpressionin interfaceUISCListener- Parameters:
ctx- the parse tree
-
exitAndOrXorExpression
Exit a parse tree produced by theandOrXorExpressionlabeled alternative inUISCParser.expression().The default implementation does nothing.
- Specified by:
exitAndOrXorExpressionin interfaceUISCListener- Parameters:
ctx- the parse tree
-
enterEqualityExpression
Enter a parse tree produced by theequalityExpressionlabeled alternative inUISCParser.expression().The default implementation does nothing.
- Specified by:
enterEqualityExpressionin interfaceUISCListener- Parameters:
ctx- the parse tree
-
exitEqualityExpression
Exit a parse tree produced by theequalityExpressionlabeled alternative inUISCParser.expression().The default implementation does nothing.
- Specified by:
exitEqualityExpressionin interfaceUISCListener- Parameters:
ctx- the parse tree
-
enterCharLiteralExpression
Enter a parse tree produced by thecharLiteralExpressionlabeled alternative inUISCParser.expression().The default implementation does nothing.
- Specified by:
enterCharLiteralExpressionin interfaceUISCListener- Parameters:
ctx- the parse tree
-
exitCharLiteralExpression
Exit a parse tree produced by thecharLiteralExpressionlabeled alternative inUISCParser.expression().The default implementation does nothing.
- Specified by:
exitCharLiteralExpressionin interfaceUISCListener- Parameters:
ctx- the parse tree
-
enterTernaryExpression
Enter a parse tree produced by theternaryExpressionlabeled alternative inUISCParser.expression().The default implementation does nothing.
- Specified by:
enterTernaryExpressionin interfaceUISCListener- Parameters:
ctx- the parse tree
-
exitTernaryExpression
Exit a parse tree produced by theternaryExpressionlabeled alternative inUISCParser.expression().The default implementation does nothing.
- Specified by:
exitTernaryExpressionin interfaceUISCListener- Parameters:
ctx- the parse tree
-
enterExprList
Enter a parse tree produced byUISCParser.exprList().The default implementation does nothing.
- Specified by:
enterExprListin interfaceUISCListener- Parameters:
ctx- the parse tree
-
exitExprList
Exit a parse tree produced byUISCParser.exprList().The default implementation does nothing.
- Specified by:
exitExprListin interfaceUISCListener- Parameters:
ctx- the parse tree
-
enterEveryRule
public void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)The default implementation does nothing.
- Specified by:
enterEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
exitEveryRule
public void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)The default implementation does nothing.
- Specified by:
exitEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitTerminal
public void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)The default implementation does nothing.
- Specified by:
visitTerminalin interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitErrorNode
public void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)The default implementation does nothing.
- Specified by:
visitErrorNodein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-