ScriptStack 1.0.5
Loading...
Searching...
No Matches
ScriptStack.Compiler.Parser.AccessSegment Class Referencesealed

Static Public Member Functions

static AccessSegment Member (string name)
static AccessSegment Index (string indexVar)

Public Attributes

string MemberName
string IndexVar
bool IsMember

Detailed Description

Definition at line 1997 of file Parser.cs.

Member Function Documentation

◆ Index()

AccessSegment ScriptStack.Compiler.Parser.AccessSegment.Index ( string indexVar)
static

◆ Member()

AccessSegment ScriptStack.Compiler.Parser.AccessSegment.Member ( string name)
static

Member Data Documentation

◆ IndexVar

string ScriptStack.Compiler.Parser.AccessSegment.IndexVar

Definition at line 2000 of file Parser.cs.

Referenced by Index().

◆ IsMember

bool ScriptStack.Compiler.Parser.AccessSegment.IsMember

Definition at line 2001 of file Parser.cs.

Referenced by Index(), and Member().

◆ MemberName

string ScriptStack.Compiler.Parser.AccessSegment.MemberName

Definition at line 1999 of file Parser.cs.

Referenced by Member().


The documentation for this class was generated from the following file: