Show / Hide Table of Contents

Class IDLParser.Home_exportContext

Inheritance
System.Object
IDLParser.Home_exportContext
Namespace: GCore.Antlr.Grammers.Idl
Assembly: Idl.dll
Syntax
public class Home_exportContext : ParserRuleContext

Constructors

| Improve this Doc View Source

Home_exportContext(ParserRuleContext, Int32)

Declaration
public Home_exportContext(ParserRuleContext parent, int invokingState)
Parameters
Type Name Description
ParserRuleContext parent
System.Int32 invokingState

Properties

| Improve this Doc View Source

RuleIndex

Declaration
public override int RuleIndex { get; }
Property Value
Type Description
System.Int32

Methods

| Improve this Doc View Source

Accept<TResult>(IParseTreeVisitor<TResult>)

Declaration
public override TResult Accept<TResult>(IParseTreeVisitor<TResult> visitor)
Parameters
Type Name Description
IParseTreeVisitor<TResult> visitor
Returns
Type Description
TResult
Type Parameters
Name Description
TResult
| Improve this Doc View Source

annapps()

Declaration
public IDLParser.AnnappsContext annapps()
Returns
Type Description
IDLParser.AnnappsContext
| Improve this Doc View Source

EnterRule(IParseTreeListener)

Declaration
public override void EnterRule(IParseTreeListener listener)
Parameters
Type Name Description
IParseTreeListener listener
| Improve this Doc View Source

ExitRule(IParseTreeListener)

Declaration
public override void ExitRule(IParseTreeListener listener)
Parameters
Type Name Description
IParseTreeListener listener
| Improve this Doc View Source

export_()

Declaration
public IDLParser.Export_Context export_()
Returns
Type Description
IDLParser.Export_Context
| Improve this Doc View Source

factory_decl()

Declaration
public IDLParser.Factory_declContext factory_decl()
Returns
Type Description
IDLParser.Factory_declContext
| Improve this Doc View Source

finder_decl()

Declaration
public IDLParser.Finder_declContext finder_decl()
Returns
Type Description
IDLParser.Finder_declContext
| Improve this Doc View Source

SEMICOLON()

Declaration
public ITerminalNode SEMICOLON()
Returns
Type Description
ITerminalNode
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX