Show / Hide Table of Contents

Class PowerBuilderParser.Function_call_statementContext

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

Constructors

| Improve this Doc View Source

Function_call_statementContext(ParserRuleContext, Int32)

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

ancestor_event_call_statement()

Declaration
public PowerBuilderParser.Ancestor_event_call_statementContext ancestor_event_call_statement()
Returns
Type Description
PowerBuilderParser.Ancestor_event_call_statementContext
| Improve this Doc View Source

ancestor_function_call()

Declaration
public PowerBuilderParser.Ancestor_function_callContext ancestor_function_call()
Returns
Type Description
PowerBuilderParser.Ancestor_function_callContext
| Improve this Doc View Source

close_call_sub()

Declaration
public PowerBuilderParser.Close_call_subContext close_call_sub()
Returns
Type Description
PowerBuilderParser.Close_call_subContext
| Improve this Doc View Source

describe_function_call()

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

function_call_expression_sub()

Declaration
public PowerBuilderParser.Function_call_expression_subContext function_call_expression_sub()
Returns
Type Description
PowerBuilderParser.Function_call_expression_subContext
| Improve this Doc View Source

function_event_call()

Declaration
public PowerBuilderParser.Function_event_callContext function_event_call()
Returns
Type Description
PowerBuilderParser.Function_event_callContext
| Improve this Doc View Source

function_virtual_call_expression_sub()

Declaration
public PowerBuilderParser.Function_virtual_call_expression_subContext function_virtual_call_expression_sub()
Returns
Type Description
PowerBuilderParser.Function_virtual_call_expression_subContext
| Improve this Doc View Source

open_call_sub()

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