Show / Hide Table of Contents

Class PowerBuilderParser.Body_ruleContext

Inheritance
System.Object
PowerBuilderParser.Body_ruleContext
Namespace: GCore.Antlr.Grammers.Powerbuilder
Assembly: Powerbuilder.dll
Syntax
public class Body_ruleContext : ParserRuleContext

Constructors

| Improve this Doc View Source

Body_ruleContext(ParserRuleContext, Int32)

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

access_modif()

Declaration
public PowerBuilderParser.Access_modifContext access_modif()
Returns
Type Description
PowerBuilderParser.Access_modifContext
| Improve this Doc View Source

constant_decl()

Declaration
public PowerBuilderParser.Constant_declContext constant_decl()
Returns
Type Description
PowerBuilderParser.Constant_declContext
| Improve this Doc View Source

datatype_decl()

Declaration
public PowerBuilderParser.Datatype_declContext datatype_decl()
Returns
Type Description
PowerBuilderParser.Datatype_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_body()

Declaration
public PowerBuilderParser.Event_bodyContext event_body()
Returns
Type Description
PowerBuilderParser.Event_bodyContext
| 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

forward_decl()

Declaration
public PowerBuilderParser.Forward_declContext forward_decl()
Returns
Type Description
PowerBuilderParser.Forward_declContext
| Improve this Doc View Source

function_body()

Declaration
public PowerBuilderParser.Function_bodyContext function_body()
Returns
Type Description
PowerBuilderParser.Function_bodyContext
| Improve this Doc View Source

function_forward_decl()

Declaration
public PowerBuilderParser.Function_forward_declContext function_forward_decl()
Returns
Type Description
PowerBuilderParser.Function_forward_declContext
| Improve this Doc View Source

functions_forward_decl()

Declaration
public PowerBuilderParser.Functions_forward_declContext functions_forward_decl()
Returns
Type Description
PowerBuilderParser.Functions_forward_declContext
| Improve this Doc View Source

global_variables_decl()

Declaration
public PowerBuilderParser.Global_variables_declContext global_variables_decl()
Returns
Type Description
PowerBuilderParser.Global_variables_declContext
| Improve this Doc View Source

on_body()

Declaration
public PowerBuilderParser.On_bodyContext on_body()
Returns
Type Description
PowerBuilderParser.On_bodyContext
| Improve this Doc View Source

type_variables_decl()

Declaration
public PowerBuilderParser.Type_variables_declContext type_variables_decl()
Returns
Type Description
PowerBuilderParser.Type_variables_declContext
| Improve this Doc View Source

variable_decl()

Declaration
public PowerBuilderParser.Variable_declContext variable_decl()
Returns
Type Description
PowerBuilderParser.Variable_declContext
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX