Show / Hide Table of Contents

Class SmalltalkBaseListener

This class provides an empty implementation of ISmalltalkListener, which can be extended to create a listener which only needs to handle a subset of the available methods.

Inheritance
System.Object
SmalltalkBaseListener
Implements
ISmalltalkListener
Antlr4.Runtime.Tree.IParseTreeListener
Namespace: GCore.Antlr.Grammers.Smalltalk
Assembly: Smalltalk.dll
Syntax
public class SmalltalkBaseListener : object, ISmalltalkListener, Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterAnswer(SmalltalkParser.AnswerContext)

Enter a parse tree produced by answer().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual void EnterDynamicDictionary(SmalltalkParser.DynamicDictionaryContext context)
Parameters
Type Name Description
SmalltalkParser.DynamicDictionaryContext context

The parse tree.

| Improve this Doc View Source

EnterEveryRule(Antlr4.Runtime.ParserRuleContext)

Declaration
public virtual void EnterEveryRule(Antlr4.Runtime.ParserRuleContext context)
Parameters
Type Name Description
Antlr4.Runtime.ParserRuleContext context
Remarks

The default implementation does nothing.

| Improve this Doc View Source

EnterExpression(SmalltalkParser.ExpressionContext)

Enter a parse tree produced by expression().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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_().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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 .

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual void ExitDynamicDictionary(SmalltalkParser.DynamicDictionaryContext context)
Parameters
Type Name Description
SmalltalkParser.DynamicDictionaryContext context

The parse tree.

| Improve this Doc View Source

ExitEveryRule(Antlr4.Runtime.ParserRuleContext)

Declaration
public virtual void ExitEveryRule(Antlr4.Runtime.ParserRuleContext context)
Parameters
Type Name Description
Antlr4.Runtime.ParserRuleContext context
Remarks

The default implementation does nothing.

| Improve this Doc View Source

ExitExpression(SmalltalkParser.ExpressionContext)

Exit a parse tree produced by expression().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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_().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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 .

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual void ExitWs(SmalltalkParser.WsContext context)
Parameters
Type Name Description
SmalltalkParser.WsContext context

The parse tree.

| Improve this Doc View Source

VisitErrorNode(Antlr4.Runtime.Tree.IErrorNode)

Declaration
public virtual void VisitErrorNode(Antlr4.Runtime.Tree.IErrorNode node)
Parameters
Type Name Description
Antlr4.Runtime.Tree.IErrorNode node
Remarks

The default implementation does nothing.

| Improve this Doc View Source

VisitTerminal(Antlr4.Runtime.Tree.ITerminalNode)

Declaration
public virtual void VisitTerminal(Antlr4.Runtime.Tree.ITerminalNode node)
Parameters
Type Name Description
Antlr4.Runtime.Tree.ITerminalNode node
Remarks

The default implementation does nothing.

Implements

ISmalltalkListener
Antlr4.Runtime.Tree.IParseTreeListener
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX