Show / Hide Table of Contents

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 Source

EnterAnswer(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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX