TypeNominal¶
A (possibly qualified) named type, with optional type parameters.
Implements¶
- NodeData val
Constructors¶
create¶
new val create(
lhs': (NodeWith[Identifier val] val | None val),
rhs': NodeWith[Identifier val] val,
params': (NodeWith[TypeParams val] val | None val),
cap': (NodeWith[Keyword val] val | None val),
eph': (NodeWith[Token val] val | None val))
: TypeNominal val^
Parameters¶
- lhs': (NodeWith[Identifier val] val | None val)
- rhs': NodeWith[Identifier val] val
- params': (NodeWith[TypeParams val] val | None val)
- cap': (NodeWith[Keyword val] val | None val)
- eph': (NodeWith[Token val] val | None val)
Returns¶
- TypeNominal val^
Public fields¶
let lhs: (NodeWith[Identifier val] val | None val)¶
let rhs: NodeWith[Identifier val] val¶
let params: (NodeWith[TypeParams val] val | None val)¶
let cap: (NodeWith[Keyword val] val | None val)¶
let eph: (NodeWith[Token val] val | None val)¶
Public Functions¶
name¶
Returns¶
- String val
clone¶
Parameters¶
Returns¶
- NodeData val
add_json_props¶
fun box add_json_props(
node: Node box,
props: Array[(String val , (Object box | Sequence box | String box | I128 val | F64 val | Bool val | Null val))] ref)
: None val
Parameters¶
- node: Node box
- props: Array[(String val , (Object box | Sequence box | String box | I128 val | F64 val | Bool val | Null val))] ref
Returns¶
- None val