You are here

9 methods override SassNode::isa() in Sassy 7.3

SassCommentNode::isa in phpsass/tree/SassCommentNode.php
Returns a value indicating if the token represents this type of node.
SassDirectiveNode::isa in phpsass/tree/SassDirectiveNode.php
Returns a value indicating if the token represents this type of node.
SassFunctionDefinitionNode::isa in phpsass/tree/SassFunctionDefinitionNode.php
Returns a value indicating if the token represents this type of node.
SassMixinDefinitionNode::isa in phpsass/tree/SassMixinDefinitionNode.php
Returns a value indicating if the token represents this type of node.
SassMixinNode::isa in phpsass/tree/SassMixinNode.php
Returns a value indicating if the token represents this type of node.
SassPropertyNode::isa in phpsass/tree/SassPropertyNode.php
Returns a value indicating if the token represents this type of node.
SassReturnNode::isa in phpsass/tree/SassReturnNode.php
Returns a value indicating if the token represents this type of node.
SassRootNode::isa in phpsass/tree/SassRootNode.php
Returns a value indicating if the line represents this type of node. Child classes must override this method.
SassVariableNode::isa in phpsass/tree/SassVariableNode.php
Returns a value indicating if the token represents this type of node.