Show / Hide Table of Contents

Class IDLParser.Type_declContext

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

Constructors

| Improve this Doc View Source

Type_declContext(ParserRuleContext, Int32)

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

bitmask_type()

Declaration
public IDLParser.Bitmask_typeContext bitmask_type()
Returns
Type Description
IDLParser.Bitmask_typeContext
| Improve this Doc View Source

bitset_type()

Declaration
public IDLParser.Bitset_typeContext bitset_type()
Returns
Type Description
IDLParser.Bitset_typeContext
| Improve this Doc View Source

constr_forward_decl()

Declaration
public IDLParser.Constr_forward_declContext constr_forward_decl()
Returns
Type Description
IDLParser.Constr_forward_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

enum_type()

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

KW_NATIVE()

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

KW_TYPEDEF()

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

simple_declarator()

Declaration
public IDLParser.Simple_declaratorContext simple_declarator()
Returns
Type Description
IDLParser.Simple_declaratorContext
| Improve this Doc View Source

struct_type()

Declaration
public IDLParser.Struct_typeContext struct_type()
Returns
Type Description
IDLParser.Struct_typeContext
| Improve this Doc View Source

type_declarator()

Declaration
public IDLParser.Type_declaratorContext type_declarator()
Returns
Type Description
IDLParser.Type_declaratorContext
| Improve this Doc View Source

union_type()

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