Preparing search index...
The search index is not available
@stemcmicro/tree
@stemcmicro/tree
Atom
Interface Atom
The handle for any expression in the system.
interface
Atom
{
end
?:
number
;
name
:
string
;
pos
?:
number
;
type
:
string
;
get
iscons
():
boolean
;
get
isnil
():
boolean
;
addRef
(
)
:
void
;
contains
(
needle
)
:
boolean
;
equals
(
other
)
:
boolean
;
release
(
)
:
void
;
}
Hierarchy (
view full
)
U
Atom
Index
Properties
end?
name
pos?
type
Accessors
iscons
isnil
Methods
add
Ref
contains
equals
release
Properties
Optional
end
end
?:
number
Readonly
name
name
:
string
Contains the name of the type.
Optional
pos
pos
?:
number
Readonly
type
type
:
string
Accessors
iscons
get
iscons
(
)
:
boolean
Returns
boolean
isnil
get
isnil
(
)
:
boolean
Returns
boolean
Methods
add
Ref
add
Ref
(
)
:
void
Returns
void
contains
contains
(
needle
)
:
boolean
Parameters
needle
:
U
Returns
boolean
equals
equals
(
other
)
:
boolean
Parameters
other
:
U
Returns
boolean
release
release
(
)
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
end
name
pos
type
iscons
isnil
add
Ref
contains
equals
release
@stemcmicro/tree
Loading...
The handle for any expression in the system.