Você procurou por: actionscript (Inglês - Hebraico)

Inglês

Tradutor

actionscript

Tradutor

Hebraico

Tradutor
Tradutor

Traduza instantaneamente textos, documentos e voz com a Lara

Traduzir agora

Contribuições humanas

A partir de tradutores profissionais, empresas, páginas da web e repositórios de traduções disponíveis gratuitamente

Adicionar uma tradução

Inglês

Hebraico

Informações

Inglês

actionscript

Hebraico

actionscript

Última atualização: 2013-01-14
Frequência de uso: 1
Qualidade:

Referência: Wikipedia

Inglês

actionscript 2.0

Hebraico

actionscript 2. 0language

Última atualização: 2011-10-23
Frequência de uso: 1
Qualidade:

Referência: Wikipedia

Inglês

===ecmascript===the following is an example in ecmascript, and therefore also applies to javascript and actionscript:===java===the following is an example in java:===objective-c===the following is an example in objective-c—implying either the openstep or foundation kit framework is used:===perl===the following is an example in perl:# without reflectionmy $foo = foo->new;$foo->hello;# orfoo->new->hello;# with reflectionmy $class = "foo"my $constructor = "new";my $method = "hello";my $f = $class->$constructor;$f->$method;# or$class->$constructor->$method;# with evaleval "new foo->hello;";===php===the following is an example in php:// without reflection$foo = new foo();$foo->hello();// with reflection$reflector = new reflectionclass('foo');$foo = $reflector->newinstance();$hello = $reflector->getmethod('hello');$hello->invoke($foo);// using callback$foo = new foo();call_user_func(array($foo, 'hello'));// using variable variables syntax$classname = 'foo';$foo = new $classname();$method = 'hello';$foo->$method();===python===the following is an example in python:# without reflectionobj = foo()obj.hello()# with reflectionclass_name = "foo"method = "hello"obj = globals()()getattr(obj, method)()# with evaleval("foo().hello()")===r===the following is an example in r:===ruby===the following is an example in ruby:# without reflectionobj = foo.newobj.hello# with reflectionclass_name = "foo"method = :helloobj = kernel.const_get(class_name).newobj.send method# with evaleval "foo.new.hello"==see also==*type introspection*self-modifying code*self-hosting*programming paradigms*list of reflective programming languages and platforms*mirror (programming)==references==notesdocuments* jonathan m. sobel and daniel p. friedman.

Hebraico

=== java ====== javascript ====== php ===// without reflection$foo = new foo();$foo->hello();// with reflection$reflector = new reflectionclass('foo');$foo = $reflector->newinstance();$hello = $reflector->getmethod('hello');$hello->invoke($foo);// using callback$foo = new foo();call_user_func(array($foo, 'hello'));// using variable variables syntax$classname = 'foo';$foo = new $classname();$method = 'hello';$foo->$method();=== ruby ===# without reflectionobj = foo.newobj.hello# with reflectionclass_name = "foo"method = :helloobj = kernel.const_get(class_name).newobj.send method=== objective-c ===// foo class@interface foo : nsobject- (void)hello;@end// without reflectionfoo *obj = [alloc init];hello;// with reflection in openstep, loading class and call method using variables.

Última atualização: 2016-03-03
Frequência de uso: 2
Qualidade:

Referência: Wikipedia
Aviso: contém formatação HTML invisível

Consiga uma tradução melhor através
8,869,746,286 de colaborações humanas

Usuários estão solicitando auxílio neste momento:



Utilizamos cookies para aprimorar sua experiência. Se avançar no acesso a este site, você estará concordando com o uso dos nossos cookies. Saiba mais. OK