LGTemplateParserBaseListener.EnterStructuredBody(LGTemplateParser+StructuredBodyContext) Method

Definition

Enter a parse tree produced by the structuredBody labeled alternative in body().

The default implementation does nothing.

public virtual void EnterStructuredBody (LGTemplateParser.StructuredBodyContext context);
abstract member EnterStructuredBody : LGTemplateParser.StructuredBodyContext -> unit
override this.EnterStructuredBody : LGTemplateParser.StructuredBodyContext -> unit
Public Overridable Sub EnterStructuredBody (context As LGTemplateParser.StructuredBodyContext)

Parameters

context
LGTemplateParser.StructuredBodyContext

The parse tree.

Implements

Applies to