hunt.framework.view.Uninode

Undocumented in source.

Public Imports

hunt.framework.util.uninode.Core
public import hunt.framework.util.uninode.Core;
Undocumented in source.

Members

Functions

binary
UniNode binary(UniNode lhs, UniNode rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
binary
UniNode binary(UniNode lhs, UniNode rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
binary
UniNode binary(UniNode lhs, UniNode rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
binary
UniNode binary(UniNode lhs, UniNode rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
binary
UniNode binary(UniNode lhs, UniNode rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
binary
UniNode binary(UniNode lhs, UniNode rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
binary
UniNode binary(UniNode lhs, UniNode rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
binary
UniNode binary(UniNode lhs, UniNode rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
binary
UniNode binary(UniNode lhs, UniNode rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
binary
UniNode binary(UniNode lhs, UniNode rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
checkNodeType
void checkNodeType(UniNode n, UniNode.Kind kind, Position pos)
Undocumented in source. Be warned that the author may not have intended to support it.
deserialize (from hunt.framework.util.uninode.Serialization)
T deserializeUniNode(UniNode src) via public import hunt.framework.util.uninode.Serialization : serialize = serializeToUniNode, deserialize = deserializeUniNode;

Deserialize object form UniNode

getAsString
string getAsString(UniNode n)
Undocumented in source. Be warned that the author may not have intended to support it.
isFloatNode
bool isFloatNode(UniNode n)
Undocumented in source. Be warned that the author may not have intended to support it.
isIntNode
bool isIntNode(UniNode n)
Undocumented in source. Be warned that the author may not have intended to support it.
isIterableNode
bool isIterableNode(UniNode n)
Undocumented in source. Be warned that the author may not have intended to support it.
isNumericNode
bool isNumericNode(UniNode n)
Undocumented in source. Be warned that the author may not have intended to support it.
serialize (from hunt.framework.util.uninode.Serialization)
UniNode serializeToUniNode(T object) via public import hunt.framework.util.uninode.Serialization : serialize = serializeToUniNode, deserialize = deserializeUniNode;

Serialize object to UniNode

toBoolType
void toBoolType(UniNode n)
Undocumented in source. Be warned that the author may not have intended to support it.
toCommonCmpType
void toCommonCmpType(UniNode n1, UniNode n2)
Undocumented in source. Be warned that the author may not have intended to support it.
toCommonNumType
void toCommonNumType(UniNode n1, UniNode n2)
Undocumented in source. Be warned that the author may not have intended to support it.
toIterableNode
void toIterableNode(UniNode n)
Undocumented in source. Be warned that the author may not have intended to support it.
toStringType
void toStringType(UniNode n)
Undocumented in source. Be warned that the author may not have intended to support it.
unary
UniNode unary(UniNode lhs)
Undocumented in source. Be warned that the author may not have intended to support it.
unary
UniNode unary(UniNode lhs)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta