SPeCS Packages Documentation
Preparing search index...
@specs-feup/coral
mir/path/PathMemberAccess
PathMemberAccess
Class PathMemberAccess
A member access, such as
x.y
.
Implements
Path
Index
Constructors
constructor
Accessors
field
Name
inner
jp
prefixes
shallow
Prefixes
supporting
Prefixes
ty
vardecl
Methods
contains
equals
to
String
Constructors
constructor
new
PathMemberAccess
(
$jp
:
MemberAccess
,
inner
:
Path
,
fieldName
:
string
,
)
:
PathMemberAccess
Parameters
$jp
:
MemberAccess
inner
:
Path
fieldName
:
string
Returns
PathMemberAccess
Accessors
field
Name
get
fieldName
()
:
string
Returns
string
inner
get
inner
()
:
Path
Returns
Path
jp
get
jp
()
:
MemberAccess
Returns
MemberAccess
prefixes
get
prefixes
()
:
Path
[]
Returns
Path
[]
shallow
Prefixes
get
shallowPrefixes
()
:
Path
[]
Returns
Path
[]
supporting
Prefixes
get
supportingPrefixes
()
:
Path
[]
Returns
Path
[]
ty
get
ty
()
:
Ty
Retrieve the type of the value at this path.
Returns
Ty
vardecl
get
vardecl
()
:
Vardecl
Returns
Vardecl
Methods
contains
contains
(
other
:
Path
)
:
boolean
Parameters
other
:
Path
Returns
boolean
equals
equals
(
other
:
Path
)
:
boolean
Parameters
other
:
Path
Returns
boolean
to
String
toString
()
:
string
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Accessors
field
Name
inner
jp
prefixes
shallow
Prefixes
supporting
Prefixes
ty
vardecl
Methods
contains
equals
to
String
SPeCS Packages Documentation
Loading...
A member access, such as
x.y.