Show / Hide Table of Contents

Class IDLParser.DefinitionContext

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

Constructors

| Improve this Doc View Source

DefinitionContext(ParserRuleContext, Int32)

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

annotation_decl()

Declaration
public IDLParser.Annotation_declContext annotation_decl()
Returns
Type Description
IDLParser.Annotation_declContext
| Improve this Doc View Source

component()

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

event()

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

home_decl()

Declaration
public IDLParser.Home_declContext home_decl()
Returns
Type Description
IDLParser.Home_declContext
| Improve this Doc View Source

interface_or_forward_decl()

Declaration
public IDLParser.Interface_or_forward_declContext interface_or_forward_decl()
Returns
Type Description
IDLParser.Interface_or_forward_declContext
| Improve this Doc View Source

module()

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

value()

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