Interface ISmalltalkListener
This interface defines a complete listener for a parse tree produced by SmalltalkParser.
Namespace: GCore.Antlr.Grammers.Smalltalk
Assembly: Smalltalk.dll
Syntax
public interface ISmalltalkListener : Antlr4.Runtime.Tree.IParseTreeListener
Methods
| Improve this Doc View SourceEnterAnswer(SmalltalkParser.AnswerContext)
Enter a parse tree produced by answer().
Declaration
void EnterAnswer(SmalltalkParser.AnswerContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.AnswerContext | context | The parse tree. |
EnterAssignment(SmalltalkParser.AssignmentContext)
Enter a parse tree produced by assignment().
Declaration
void EnterAssignment(SmalltalkParser.AssignmentContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.AssignmentContext | context | The parse tree. |
EnterBareLiteralArray(SmalltalkParser.BareLiteralArrayContext)
Enter a parse tree produced by bareLiteralArray().
Declaration
void EnterBareLiteralArray(SmalltalkParser.BareLiteralArrayContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.BareLiteralArrayContext | context | The parse tree. |
EnterBareSymbol(SmalltalkParser.BareSymbolContext)
Enter a parse tree produced by bareSymbol().
Declaration
void EnterBareSymbol(SmalltalkParser.BareSymbolContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.BareSymbolContext | context | The parse tree. |
EnterBinaryMessage(SmalltalkParser.BinaryMessageContext)
Enter a parse tree produced by binaryMessage().
Declaration
void EnterBinaryMessage(SmalltalkParser.BinaryMessageContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.BinaryMessageContext | context | The parse tree. |
EnterBinarySend(SmalltalkParser.BinarySendContext)
Enter a parse tree produced by binarySend().
Declaration
void EnterBinarySend(SmalltalkParser.BinarySendContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.BinarySendContext | context | The parse tree. |
EnterBinaryTail(SmalltalkParser.BinaryTailContext)
Enter a parse tree produced by binaryTail().
Declaration
void EnterBinaryTail(SmalltalkParser.BinaryTailContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.BinaryTailContext | context | The parse tree. |
EnterBlock(SmalltalkParser.BlockContext)
Enter a parse tree produced by block().
Declaration
void EnterBlock(SmalltalkParser.BlockContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.BlockContext | context | The parse tree. |
EnterBlockParamList(SmalltalkParser.BlockParamListContext)
Enter a parse tree produced by blockParamList().
Declaration
void EnterBlockParamList(SmalltalkParser.BlockParamListContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.BlockParamListContext | context | The parse tree. |
EnterCascade(SmalltalkParser.CascadeContext)
Enter a parse tree produced by cascade().
Declaration
void EnterCascade(SmalltalkParser.CascadeContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.CascadeContext | context | The parse tree. |
EnterCharConstant(SmalltalkParser.CharConstantContext)
Enter a parse tree produced by charConstant().
Declaration
void EnterCharConstant(SmalltalkParser.CharConstantContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.CharConstantContext | context | The parse tree. |
EnterDynamicArray(SmalltalkParser.DynamicArrayContext)
Enter a parse tree produced by dynamicArray().
Declaration
void EnterDynamicArray(SmalltalkParser.DynamicArrayContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.DynamicArrayContext | context | The parse tree. |
EnterDynamicDictionary(SmalltalkParser.DynamicDictionaryContext)
Enter a parse tree produced by dynamicDictionary().
Declaration
void EnterDynamicDictionary(SmalltalkParser.DynamicDictionaryContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.DynamicDictionaryContext | context | The parse tree. |
EnterExpression(SmalltalkParser.ExpressionContext)
Enter a parse tree produced by expression().
Declaration
void EnterExpression(SmalltalkParser.ExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.ExpressionContext | context | The parse tree. |
EnterExpressionList(SmalltalkParser.ExpressionListContext)
Enter a parse tree produced by expressionList().
Declaration
void EnterExpressionList(SmalltalkParser.ExpressionListContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.ExpressionListContext | context | The parse tree. |
EnterExpressions(SmalltalkParser.ExpressionsContext)
Enter a parse tree produced by expressions().
Declaration
void EnterExpressions(SmalltalkParser.ExpressionsContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.ExpressionsContext | context | The parse tree. |
EnterHex_(SmalltalkParser.Hex_Context)
Enter a parse tree produced by hex_().
Declaration
void EnterHex_(SmalltalkParser.Hex_Context context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.Hex_Context | context | The parse tree. |
EnterKeywordMessage(SmalltalkParser.KeywordMessageContext)
Enter a parse tree produced by keywordMessage().
Declaration
void EnterKeywordMessage(SmalltalkParser.KeywordMessageContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.KeywordMessageContext | context | The parse tree. |
EnterKeywordPair(SmalltalkParser.KeywordPairContext)
Enter a parse tree produced by keywordPair().
Declaration
void EnterKeywordPair(SmalltalkParser.KeywordPairContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.KeywordPairContext | context | The parse tree. |
EnterKeywords(SmalltalkParser.KeywordsContext)
Enter a parse tree produced by keywords().
Declaration
void EnterKeywords(SmalltalkParser.KeywordsContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.KeywordsContext | context | The parse tree. |
EnterKeywordSend(SmalltalkParser.KeywordSendContext)
Enter a parse tree produced by keywordSend().
Declaration
void EnterKeywordSend(SmalltalkParser.KeywordSendContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.KeywordSendContext | context | The parse tree. |
EnterLiteral(SmalltalkParser.LiteralContext)
Enter a parse tree produced by literal().
Declaration
void EnterLiteral(SmalltalkParser.LiteralContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.LiteralContext | context | The parse tree. |
EnterLiteralArray(SmalltalkParser.LiteralArrayContext)
Enter a parse tree produced by literalArray().
Declaration
void EnterLiteralArray(SmalltalkParser.LiteralArrayContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.LiteralArrayContext | context | The parse tree. |
EnterLiteralArrayRest(SmalltalkParser.LiteralArrayRestContext)
Enter a parse tree produced by literalArrayRest().
Declaration
void EnterLiteralArrayRest(SmalltalkParser.LiteralArrayRestContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.LiteralArrayRestContext | context | The parse tree. |
EnterMessage(SmalltalkParser.MessageContext)
Enter a parse tree produced by message().
Declaration
void EnterMessage(SmalltalkParser.MessageContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.MessageContext | context | The parse tree. |
EnterNumber(SmalltalkParser.NumberContext)
Enter a parse tree produced by number().
Declaration
void EnterNumber(SmalltalkParser.NumberContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.NumberContext | context | The parse tree. |
EnterNumberExp(SmalltalkParser.NumberExpContext)
Enter a parse tree produced by numberExp().
Declaration
void EnterNumberExp(SmalltalkParser.NumberExpContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.NumberExpContext | context | The parse tree. |
EnterOperand(SmalltalkParser.OperandContext)
Enter a parse tree produced by operand().
Declaration
void EnterOperand(SmalltalkParser.OperandContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.OperandContext | context | The parse tree. |
EnterParsetimeLiteral(SmalltalkParser.ParsetimeLiteralContext)
Enter a parse tree produced by parsetimeLiteral().
Declaration
void EnterParsetimeLiteral(SmalltalkParser.ParsetimeLiteralContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.ParsetimeLiteralContext | context | The parse tree. |
EnterPrimitive(SmalltalkParser.PrimitiveContext)
Enter a parse tree produced by primitive().
Declaration
void EnterPrimitive(SmalltalkParser.PrimitiveContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.PrimitiveContext | context | The parse tree. |
EnterPseudoVariable(SmalltalkParser.PseudoVariableContext)
Enter a parse tree produced by pseudoVariable().
Declaration
void EnterPseudoVariable(SmalltalkParser.PseudoVariableContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.PseudoVariableContext | context | The parse tree. |
EnterReference(SmalltalkParser.ReferenceContext)
Enter a parse tree produced by reference().
Declaration
void EnterReference(SmalltalkParser.ReferenceContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.ReferenceContext | context | The parse tree. |
EnterRuntimeLiteral(SmalltalkParser.RuntimeLiteralContext)
Enter a parse tree produced by runtimeLiteral().
Declaration
void EnterRuntimeLiteral(SmalltalkParser.RuntimeLiteralContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.RuntimeLiteralContext | context | The parse tree. |
EnterScript(SmalltalkParser.ScriptContext)
Enter a parse tree produced by script().
Declaration
void EnterScript(SmalltalkParser.ScriptContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.ScriptContext | context | The parse tree. |
EnterSequence(SmalltalkParser.SequenceContext)
Enter a parse tree produced by sequence().
Declaration
void EnterSequence(SmalltalkParser.SequenceContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.SequenceContext | context | The parse tree. |
EnterStatementAnswer(SmalltalkParser.StatementAnswerContext)
Enter a parse tree produced by the StatementAnswer
labeled alternative in statements().
Declaration
void EnterStatementAnswer(SmalltalkParser.StatementAnswerContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.StatementAnswerContext | context | The parse tree. |
EnterStatementExpressions(SmalltalkParser.StatementExpressionsContext)
Enter a parse tree produced by the StatementExpressions
labeled alternative in statements().
Declaration
void EnterStatementExpressions(SmalltalkParser.StatementExpressionsContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.StatementExpressionsContext | context | The parse tree. |
EnterStatementExpressionsAnswer(SmalltalkParser.StatementExpressionsAnswerContext)
Enter a parse tree produced by the StatementExpressionsAnswer
labeled alternative in statements().
Declaration
void EnterStatementExpressionsAnswer(SmalltalkParser.StatementExpressionsAnswerContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.StatementExpressionsAnswerContext | context | The parse tree. |
EnterStFloat(SmalltalkParser.StFloatContext)
Enter a parse tree produced by stFloat().
Declaration
void EnterStFloat(SmalltalkParser.StFloatContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.StFloatContext | context | The parse tree. |
EnterStInteger(SmalltalkParser.StIntegerContext)
Enter a parse tree produced by stInteger().
Declaration
void EnterStInteger(SmalltalkParser.StIntegerContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.StIntegerContext | context | The parse tree. |
EnterString(SmalltalkParser.StringContext)
Enter a parse tree produced by
Declaration
void EnterString(SmalltalkParser.StringContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.StringContext | context | The parse tree. |
EnterSubexpression(SmalltalkParser.SubexpressionContext)
Enter a parse tree produced by subexpression().
Declaration
void EnterSubexpression(SmalltalkParser.SubexpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.SubexpressionContext | context | The parse tree. |
EnterSymbol(SmalltalkParser.SymbolContext)
Enter a parse tree produced by symbol().
Declaration
void EnterSymbol(SmalltalkParser.SymbolContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.SymbolContext | context | The parse tree. |
EnterTemps(SmalltalkParser.TempsContext)
Enter a parse tree produced by temps().
Declaration
void EnterTemps(SmalltalkParser.TempsContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.TempsContext | context | The parse tree. |
EnterUnaryMessage(SmalltalkParser.UnaryMessageContext)
Enter a parse tree produced by unaryMessage().
Declaration
void EnterUnaryMessage(SmalltalkParser.UnaryMessageContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.UnaryMessageContext | context | The parse tree. |
EnterUnarySelector(SmalltalkParser.UnarySelectorContext)
Enter a parse tree produced by unarySelector().
Declaration
void EnterUnarySelector(SmalltalkParser.UnarySelectorContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.UnarySelectorContext | context | The parse tree. |
EnterUnarySend(SmalltalkParser.UnarySendContext)
Enter a parse tree produced by unarySend().
Declaration
void EnterUnarySend(SmalltalkParser.UnarySendContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.UnarySendContext | context | The parse tree. |
EnterUnaryTail(SmalltalkParser.UnaryTailContext)
Enter a parse tree produced by unaryTail().
Declaration
void EnterUnaryTail(SmalltalkParser.UnaryTailContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.UnaryTailContext | context | The parse tree. |
EnterVariable(SmalltalkParser.VariableContext)
Enter a parse tree produced by variable().
Declaration
void EnterVariable(SmalltalkParser.VariableContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.VariableContext | context | The parse tree. |
EnterWs(SmalltalkParser.WsContext)
Enter a parse tree produced by ws().
Declaration
void EnterWs(SmalltalkParser.WsContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.WsContext | context | The parse tree. |
ExitAnswer(SmalltalkParser.AnswerContext)
Exit a parse tree produced by answer().
Declaration
void ExitAnswer(SmalltalkParser.AnswerContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.AnswerContext | context | The parse tree. |
ExitAssignment(SmalltalkParser.AssignmentContext)
Exit a parse tree produced by assignment().
Declaration
void ExitAssignment(SmalltalkParser.AssignmentContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.AssignmentContext | context | The parse tree. |
ExitBareLiteralArray(SmalltalkParser.BareLiteralArrayContext)
Exit a parse tree produced by bareLiteralArray().
Declaration
void ExitBareLiteralArray(SmalltalkParser.BareLiteralArrayContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.BareLiteralArrayContext | context | The parse tree. |
ExitBareSymbol(SmalltalkParser.BareSymbolContext)
Exit a parse tree produced by bareSymbol().
Declaration
void ExitBareSymbol(SmalltalkParser.BareSymbolContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.BareSymbolContext | context | The parse tree. |
ExitBinaryMessage(SmalltalkParser.BinaryMessageContext)
Exit a parse tree produced by binaryMessage().
Declaration
void ExitBinaryMessage(SmalltalkParser.BinaryMessageContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.BinaryMessageContext | context | The parse tree. |
ExitBinarySend(SmalltalkParser.BinarySendContext)
Exit a parse tree produced by binarySend().
Declaration
void ExitBinarySend(SmalltalkParser.BinarySendContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.BinarySendContext | context | The parse tree. |
ExitBinaryTail(SmalltalkParser.BinaryTailContext)
Exit a parse tree produced by binaryTail().
Declaration
void ExitBinaryTail(SmalltalkParser.BinaryTailContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.BinaryTailContext | context | The parse tree. |
ExitBlock(SmalltalkParser.BlockContext)
Exit a parse tree produced by block().
Declaration
void ExitBlock(SmalltalkParser.BlockContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.BlockContext | context | The parse tree. |
ExitBlockParamList(SmalltalkParser.BlockParamListContext)
Exit a parse tree produced by blockParamList().
Declaration
void ExitBlockParamList(SmalltalkParser.BlockParamListContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.BlockParamListContext | context | The parse tree. |
ExitCascade(SmalltalkParser.CascadeContext)
Exit a parse tree produced by cascade().
Declaration
void ExitCascade(SmalltalkParser.CascadeContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.CascadeContext | context | The parse tree. |
ExitCharConstant(SmalltalkParser.CharConstantContext)
Exit a parse tree produced by charConstant().
Declaration
void ExitCharConstant(SmalltalkParser.CharConstantContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.CharConstantContext | context | The parse tree. |
ExitDynamicArray(SmalltalkParser.DynamicArrayContext)
Exit a parse tree produced by dynamicArray().
Declaration
void ExitDynamicArray(SmalltalkParser.DynamicArrayContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.DynamicArrayContext | context | The parse tree. |
ExitDynamicDictionary(SmalltalkParser.DynamicDictionaryContext)
Exit a parse tree produced by dynamicDictionary().
Declaration
void ExitDynamicDictionary(SmalltalkParser.DynamicDictionaryContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.DynamicDictionaryContext | context | The parse tree. |
ExitExpression(SmalltalkParser.ExpressionContext)
Exit a parse tree produced by expression().
Declaration
void ExitExpression(SmalltalkParser.ExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.ExpressionContext | context | The parse tree. |
ExitExpressionList(SmalltalkParser.ExpressionListContext)
Exit a parse tree produced by expressionList().
Declaration
void ExitExpressionList(SmalltalkParser.ExpressionListContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.ExpressionListContext | context | The parse tree. |
ExitExpressions(SmalltalkParser.ExpressionsContext)
Exit a parse tree produced by expressions().
Declaration
void ExitExpressions(SmalltalkParser.ExpressionsContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.ExpressionsContext | context | The parse tree. |
ExitHex_(SmalltalkParser.Hex_Context)
Exit a parse tree produced by hex_().
Declaration
void ExitHex_(SmalltalkParser.Hex_Context context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.Hex_Context | context | The parse tree. |
ExitKeywordMessage(SmalltalkParser.KeywordMessageContext)
Exit a parse tree produced by keywordMessage().
Declaration
void ExitKeywordMessage(SmalltalkParser.KeywordMessageContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.KeywordMessageContext | context | The parse tree. |
ExitKeywordPair(SmalltalkParser.KeywordPairContext)
Exit a parse tree produced by keywordPair().
Declaration
void ExitKeywordPair(SmalltalkParser.KeywordPairContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.KeywordPairContext | context | The parse tree. |
ExitKeywords(SmalltalkParser.KeywordsContext)
Exit a parse tree produced by keywords().
Declaration
void ExitKeywords(SmalltalkParser.KeywordsContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.KeywordsContext | context | The parse tree. |
ExitKeywordSend(SmalltalkParser.KeywordSendContext)
Exit a parse tree produced by keywordSend().
Declaration
void ExitKeywordSend(SmalltalkParser.KeywordSendContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.KeywordSendContext | context | The parse tree. |
ExitLiteral(SmalltalkParser.LiteralContext)
Exit a parse tree produced by literal().
Declaration
void ExitLiteral(SmalltalkParser.LiteralContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.LiteralContext | context | The parse tree. |
ExitLiteralArray(SmalltalkParser.LiteralArrayContext)
Exit a parse tree produced by literalArray().
Declaration
void ExitLiteralArray(SmalltalkParser.LiteralArrayContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.LiteralArrayContext | context | The parse tree. |
ExitLiteralArrayRest(SmalltalkParser.LiteralArrayRestContext)
Exit a parse tree produced by literalArrayRest().
Declaration
void ExitLiteralArrayRest(SmalltalkParser.LiteralArrayRestContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.LiteralArrayRestContext | context | The parse tree. |
ExitMessage(SmalltalkParser.MessageContext)
Exit a parse tree produced by message().
Declaration
void ExitMessage(SmalltalkParser.MessageContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.MessageContext | context | The parse tree. |
ExitNumber(SmalltalkParser.NumberContext)
Exit a parse tree produced by number().
Declaration
void ExitNumber(SmalltalkParser.NumberContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.NumberContext | context | The parse tree. |
ExitNumberExp(SmalltalkParser.NumberExpContext)
Exit a parse tree produced by numberExp().
Declaration
void ExitNumberExp(SmalltalkParser.NumberExpContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.NumberExpContext | context | The parse tree. |
ExitOperand(SmalltalkParser.OperandContext)
Exit a parse tree produced by operand().
Declaration
void ExitOperand(SmalltalkParser.OperandContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.OperandContext | context | The parse tree. |
ExitParsetimeLiteral(SmalltalkParser.ParsetimeLiteralContext)
Exit a parse tree produced by parsetimeLiteral().
Declaration
void ExitParsetimeLiteral(SmalltalkParser.ParsetimeLiteralContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.ParsetimeLiteralContext | context | The parse tree. |
ExitPrimitive(SmalltalkParser.PrimitiveContext)
Exit a parse tree produced by primitive().
Declaration
void ExitPrimitive(SmalltalkParser.PrimitiveContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.PrimitiveContext | context | The parse tree. |
ExitPseudoVariable(SmalltalkParser.PseudoVariableContext)
Exit a parse tree produced by pseudoVariable().
Declaration
void ExitPseudoVariable(SmalltalkParser.PseudoVariableContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.PseudoVariableContext | context | The parse tree. |
ExitReference(SmalltalkParser.ReferenceContext)
Exit a parse tree produced by reference().
Declaration
void ExitReference(SmalltalkParser.ReferenceContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.ReferenceContext | context | The parse tree. |
ExitRuntimeLiteral(SmalltalkParser.RuntimeLiteralContext)
Exit a parse tree produced by runtimeLiteral().
Declaration
void ExitRuntimeLiteral(SmalltalkParser.RuntimeLiteralContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.RuntimeLiteralContext | context | The parse tree. |
ExitScript(SmalltalkParser.ScriptContext)
Exit a parse tree produced by script().
Declaration
void ExitScript(SmalltalkParser.ScriptContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.ScriptContext | context | The parse tree. |
ExitSequence(SmalltalkParser.SequenceContext)
Exit a parse tree produced by sequence().
Declaration
void ExitSequence(SmalltalkParser.SequenceContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.SequenceContext | context | The parse tree. |
ExitStatementAnswer(SmalltalkParser.StatementAnswerContext)
Exit a parse tree produced by the StatementAnswer
labeled alternative in statements().
Declaration
void ExitStatementAnswer(SmalltalkParser.StatementAnswerContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.StatementAnswerContext | context | The parse tree. |
ExitStatementExpressions(SmalltalkParser.StatementExpressionsContext)
Exit a parse tree produced by the StatementExpressions
labeled alternative in statements().
Declaration
void ExitStatementExpressions(SmalltalkParser.StatementExpressionsContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.StatementExpressionsContext | context | The parse tree. |
ExitStatementExpressionsAnswer(SmalltalkParser.StatementExpressionsAnswerContext)
Exit a parse tree produced by the StatementExpressionsAnswer
labeled alternative in statements().
Declaration
void ExitStatementExpressionsAnswer(SmalltalkParser.StatementExpressionsAnswerContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.StatementExpressionsAnswerContext | context | The parse tree. |
ExitStFloat(SmalltalkParser.StFloatContext)
Exit a parse tree produced by stFloat().
Declaration
void ExitStFloat(SmalltalkParser.StFloatContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.StFloatContext | context | The parse tree. |
ExitStInteger(SmalltalkParser.StIntegerContext)
Exit a parse tree produced by stInteger().
Declaration
void ExitStInteger(SmalltalkParser.StIntegerContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.StIntegerContext | context | The parse tree. |
ExitString(SmalltalkParser.StringContext)
Exit a parse tree produced by
Declaration
void ExitString(SmalltalkParser.StringContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.StringContext | context | The parse tree. |
ExitSubexpression(SmalltalkParser.SubexpressionContext)
Exit a parse tree produced by subexpression().
Declaration
void ExitSubexpression(SmalltalkParser.SubexpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.SubexpressionContext | context | The parse tree. |
ExitSymbol(SmalltalkParser.SymbolContext)
Exit a parse tree produced by symbol().
Declaration
void ExitSymbol(SmalltalkParser.SymbolContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.SymbolContext | context | The parse tree. |
ExitTemps(SmalltalkParser.TempsContext)
Exit a parse tree produced by temps().
Declaration
void ExitTemps(SmalltalkParser.TempsContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.TempsContext | context | The parse tree. |
ExitUnaryMessage(SmalltalkParser.UnaryMessageContext)
Exit a parse tree produced by unaryMessage().
Declaration
void ExitUnaryMessage(SmalltalkParser.UnaryMessageContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.UnaryMessageContext | context | The parse tree. |
ExitUnarySelector(SmalltalkParser.UnarySelectorContext)
Exit a parse tree produced by unarySelector().
Declaration
void ExitUnarySelector(SmalltalkParser.UnarySelectorContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.UnarySelectorContext | context | The parse tree. |
ExitUnarySend(SmalltalkParser.UnarySendContext)
Exit a parse tree produced by unarySend().
Declaration
void ExitUnarySend(SmalltalkParser.UnarySendContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.UnarySendContext | context | The parse tree. |
ExitUnaryTail(SmalltalkParser.UnaryTailContext)
Exit a parse tree produced by unaryTail().
Declaration
void ExitUnaryTail(SmalltalkParser.UnaryTailContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.UnaryTailContext | context | The parse tree. |
ExitVariable(SmalltalkParser.VariableContext)
Exit a parse tree produced by variable().
Declaration
void ExitVariable(SmalltalkParser.VariableContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.VariableContext | context | The parse tree. |
ExitWs(SmalltalkParser.WsContext)
Exit a parse tree produced by ws().
Declaration
void ExitWs(SmalltalkParser.WsContext context)
Parameters
Type | Name | Description |
---|---|---|
SmalltalkParser.WsContext | context | The parse tree. |