Show / Hide Table of Contents

Class PowerBuilderDWParser.Datawindow_propertyContext

Inheritance
System.Object
PowerBuilderDWParser.Datawindow_propertyContext
Namespace: GCore.Antlr.Grammers.Powerbuilderdw
Assembly: Powerbuilderdw.dll
Syntax
public class Datawindow_propertyContext : ParserRuleContext

Constructors

| Improve this Doc View Source

Datawindow_propertyContext(ParserRuleContext, Int32)

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

attribute_name()

Declaration
public PowerBuilderDWParser.Attribute_nameContext attribute_name()
Returns
Type Description
PowerBuilderDWParser.Attribute_nameContext
| Improve this Doc View Source

COLUMN()

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

datawindow_property_attribute_sub()

Declaration
public PowerBuilderDWParser.Datawindow_property_attribute_subContext[] datawindow_property_attribute_sub()
Returns
Type Description
PowerBuilderDWParser.Datawindow_property_attribute_subContext[]
| Improve this Doc View Source

datawindow_property_attribute_sub(Int32)

Declaration
public PowerBuilderDWParser.Datawindow_property_attribute_subContext datawindow_property_attribute_sub(int i)
Parameters
Type Name Description
System.Int32 i
Returns
Type Description
PowerBuilderDWParser.Datawindow_property_attribute_subContext
| 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

LPAREN()

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

RPAREN()

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

TABLE()

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

table_attribute()

Declaration
public PowerBuilderDWParser.Table_attributeContext[] table_attribute()
Returns
Type Description
PowerBuilderDWParser.Table_attributeContext[]
| Improve this Doc View Source

table_attribute(Int32)

Declaration
public PowerBuilderDWParser.Table_attributeContext table_attribute(int i)
Parameters
Type Name Description
System.Int32 i
Returns
Type Description
PowerBuilderDWParser.Table_attributeContext
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX