Show / Hide Table of Contents

Namespace GCore.Antlr.Grammers.Scotty

Classes

scottyBaseListener

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

scottyBaseVisitor<Result>

This class provides an empty implementation of IscottyVisitor<Result>, which can be extended to create a visitor which only needs to handle a subset of the available methods.

scottyLexer

scottyParser

scottyParser.DigitsContext

scottyParser.Fn_defContext

scottyParser.Id_tailContext

scottyParser.IdentifierContext

scottyParser.NumberContext

scottyParser.Prefix_expContext

scottyParser.ProgContext

scottyParser.Program_linesContext

scottyParser.Var_assignContext

Interfaces

IscottyListener

This interface defines a complete listener for a parse tree produced by scottyParser.

IscottyVisitor<Result>

This interface defines a complete generic visitor for a parse tree produced by scottyParser.

In This Article
Back to top Generated by DocFX