프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$defaultOperator | default operator token. | ||
$inStrOperators | operators with meaning in uquoted strings; selectors, property names and values | ||
$operators | map symbols to tokens. A token is function, associativity, precedence, number of operands |
메소드 | 설명 | |
---|---|---|
__construct ( $operation ) : SassScriptOperation | SassScriptOperation constructor | |
__get ( string $name ) : mixed | Getter function for properties | |
__toString ( ) | Converts the operation back into it's SASS representation | |
isa ( string $subject ) : mixed | Returns a value indicating if a token of this type can be matched at the start of the subject string. | |
perform ( array $operands ) : SassLiteral | Performs this operation. |
public __construct ( $operation ) : SassScriptOperation | ||
리턴 | SassScriptOperation |
public static $inStrOperators |