Show / Hide Table of Contents

Class IDLParser.Export_Context

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

Constructors

| Improve this Doc View Source

Export_Context(ParserRuleContext, Int32)

Declaration
public Export_Context(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

attr_decl()

Declaration
public IDLParser.Attr_declContext attr_decl()
Returns
Type Description
IDLParser.Attr_declContext
| Improve this Doc View Source

const_decl()

Declaration
public IDLParser.Const_declContext const_decl()
Returns
Type Description
IDLParser.Const_declContext
| 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

except_decl()

Declaration
public IDLParser.Except_declContext except_decl()
Returns
Type Description
IDLParser.Except_declContext
| 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

op_decl()

Declaration
public IDLParser.Op_declContext op_decl()
Returns
Type Description
IDLParser.Op_declContext
| Improve this Doc View Source

SEMICOLON()

Declaration
public ITerminalNode SEMICOLON()
Returns
Type Description
ITerminalNode
| Improve this Doc View Source

type_decl()

Declaration
public IDLParser.Type_declContext type_decl()
Returns
Type Description
IDLParser.Type_declContext
| Improve this Doc View Source

type_id_decl()

Declaration
public IDLParser.Type_id_declContext type_id_decl()
Returns
Type Description
IDLParser.Type_id_declContext
| Improve this Doc View Source

type_prefix_decl()

Declaration
public IDLParser.Type_prefix_declContext type_prefix_decl()
Returns
Type Description
IDLParser.Type_prefix_declContext
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX