Pacchetto | com.adobe.icc.editors.model.el.operators |
Classe | public class UnaryOperator |
Ereditarietà | UnaryOperator Object |
Implementa | IOperator |
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 | ||
operand : IOperand
Operand associated with this unary operator instance
| UnaryOperator |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
Constructor. | UnaryOperator | ||
Applies the operator to the given operands
| UnaryOperator | ||
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. | UnaryOperator | ||
Restituisce il valore di base dell'oggetto specificato. | Object |
Descrizione delle proprietà
operand | proprietà |
operand:IOperand
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 9.5 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Operand associated with this unary operator instance
Implementazione
public function get operand():IOperand
public function set operand(value:IOperand):void
Descrizione della funzione di costruzione
UnaryOperator | () | Funzione di costruzione |
public function UnaryOperator()
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