Class FloatNode
A float scalar, like 29.8 or 3.141.
-
Pharborist\Node
implements
Pharborist\NodeInterface
-
Pharborist\TokenNode
-
Pharborist\Types\FloatNode
implements
Pharborist\ExpressionNode,
Pharborist\Types\ScalarNode
Methods summary
public
float
|
#
toValue( )
Returns
float
Implementation of
|
Methods inherited from Pharborist\Node
__clone(),
after(),
appendTo(),
before(),
closest(),
fromValue(),
furthest(),
getLogicalBlock(),
getRoot(),
getStatement(),
hasRoot(),
index(),
insertAfter(),
insertBefore(),
is(),
isAllOf(),
isAnyOf(),
next(),
nextAll(),
nextToken(),
nextUntil(),
parent(),
parents(),
parentsUntil(),
prependTo(),
previous(),
previousAll(),
previousToken(),
previousUntil(),
remove(),
replaceAll(),
replaceWith(),
siblings(),
sortKey(),
swapWith()
|