Pacchetto | com.adobe.icc.editors.model.el.operators |
Classe | public class BinaryOperator |
Ereditarietà | BinaryOperator Object |
Implementa | IOperator |
Sottoclassi | AndOperator, EqualsOperator, OrOperator |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 9.5 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
leftOperand : IOperand
Left operand
| BinaryOperator | ||
operands : Array
Array of Operands associated with this binary operator
| BinaryOperator | ||
rightOperand : IOperand
Right operand
| BinaryOperator |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
Constructor. | BinaryOperator | ||
Applies the operator to the given operands
| BinaryOperator | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
String representation of the operator
Concrete subclasses must have toString() defined. | BinaryOperator | ||
Restituisce il valore di base dell'oggetto specificato. | Object |
Descrizione delle proprietà
leftOperand | proprietà |
leftOperand:IOperand
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 9.5 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Left operand
Implementazione
public function get leftOperand():IOperand
public function set leftOperand(value:IOperand):void
operands | proprietà |
operands:Array
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 9.5 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Array of Operands associated with this binary operator
Implementazione
public function get operands():Array
public function set operands(value:Array):void
rightOperand | proprietà |
rightOperand:IOperand
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 9.5 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Right operand
Implementazione
public function get rightOperand():IOperand
public function set rightOperand(value:IOperand):void
Descrizione della funzione di costruzione
BinaryOperator | () | Funzione di costruzione |
public function BinaryOperator()
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 9.5 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
Descrizione dei metodi
apply | () | metodo |
public function apply(... operands):Expression
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 9.5 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Applies the operator to the given operands
Parametri
... operands — The operands or items to apply the operator on.
|
Expression — Expression generated after applying the operator to given operands
|
toString | () | metodo |
public function toString():String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 9.5 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
String representation of the operator Concrete subclasses must have toString() defined.
RestituisceString — String representation
|
Tue Jun 12 2018, 02:44 PM Z