C# Class Qupid.AST.PropertyReference

显示文件 Open project: hudl/qupid Class Usage Examples

Public Properties

Property Type Description
AggregateType AggregateTypes
Character int
Collection string
IsAggregate bool
Line int
Path string

Public Methods

Method Description
GetReference ( string col, string path, int line, int charPositionInLine ) : PropertyReference
PropertyReference ( string col, string path, int line, int charPositionInLine ) : System
ToString ( ) : string

Method Details

GetReference() public static method

public static GetReference ( string col, string path, int line, int charPositionInLine ) : PropertyReference
col string
path string
line int
charPositionInLine int
return PropertyReference

PropertyReference() public method

public PropertyReference ( string col, string path, int line, int charPositionInLine ) : System
col string
path string
line int
charPositionInLine int
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

AggregateType public_oe property

public AggregateTypes AggregateType
return AggregateTypes

Character public_oe property

public int Character
return int

Collection public_oe property

public string Collection
return string

IsAggregate public_oe property

public bool IsAggregate
return bool

Line public_oe property

public int Line
return int

Path public_oe property

public string Path
return string