Table of Contents

Class TObjectAccess

Namespace
gudusoft.gsqlparser.nodes
Assembly
gudusoft.gsqlparser.dll

An object access expression specifies attribute reference and method invocation.

Syntax: objectExpr.[attributes].method()

objectExpr can be a qualified name or function call

public class TObjectAccess : TParseTreeNode, Visitable
Inheritance
TObjectAccess
Implements
Inherited Members

Properties

Attributes

public virtual TObjectNameList Attributes { get; set; }

Property Value

TObjectNameList

Method

public virtual TFunctionCall Method { get; set; }

Property Value

TFunctionCall

ObjectExpr

public virtual TExpression ObjectExpr { get; set; }

Property Value

TExpression

Methods

init(object, object, object)

public override void init(object arg1, object arg2, object arg3)

Parameters

arg1 object
arg2 object
arg3 object