Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Search results

Page title matches

  • ...ented in the code base. This simply provides the specs for the implemented VJO language features. ...provides details of the individual elements of VJO language features. The VJO code comments are briefly explained in this document but complete reference
    143 KB (17,359 words) - 23:59, 3 January 2013
  • 55 bytes (8 words) - 21:59, 28 January 2013

Page text matches

  • ...tting to the console and is automatically wired into Rhino. vjo.sysout and vjo.syserr. This idea was borrowed from java System class. vjo.sysout.println(a)
    3 KB (377 words) - 18:18, 15 March 2013
  • VJET Vjo is a lightweight Javascript library which can be used to define objects in Hello World Example using vjo.js
    2 KB (241 words) - 12:04, 12 April 2013
  • ...ry (type lib for short) can be written using JavaScript and using the VJET VJO type construction kit and VJETDoc a documentation syntax for type declarati VJET VJO offers many types today we are just focusing on an Object literal type or o
    7 KB (1,123 words) - 15:27, 20 March 2013
  • vjo.sysout.println(...) is a function available to us in Vjet to do console out var func = new Function("a", "vjo.sysout.println(a)");//< void fn(String)
    23 KB (3,423 words) - 22:00, 6 December 2012
  • var out = vjo.sysout.println; vjo.sysout.println('total: ' + total) ;
    5 KB (725 words) - 03:30, 15 February 2013
  • var out = vjo.sysout.println ; var out = vjo.sysout.println ;
    25 KB (3,705 words) - 14:08, 5 December 2012
  • vjo.otype('Shape') createLine : vjo.NEEDS_IMPL,
    3 KB (444 words) - 15:54, 20 March 2013
  • vjo.ctype('Donor') isEbay: vjo.NEEDS''IMPL //< ::isEbay
    6 KB (817 words) - 10:26, 2 December 2012
  • ...t type itself, we have access-control and type-qualifiers.&nbsp; Different vjo types have differing values.&nbsp; For example an etype cannot be abstract.
    5 KB (767 words) - 13:58, 5 December 2012
  • VJETDoc and VJET VJO has internally typed the entire native JavaScript constructs (globals funct vjo.ctype('Person')
    3 KB (507 words) - 18:24, 3 January 2013
  • vjo.ctype('B') vjo.ctype('A')
    2 KB (340 words) - 21:56, 28 January 2013
  • ...e VJET Validator API defined by the classes and interfaces in the com.ebay.vjo.tool.validatorpackage. You can use other methods on the com.ebay.vjo.tool.validator.IVjetValidator interface to handle diagnostics, control wher
    15 KB (2,274 words) - 11:57, 28 March 2013
  • The following tables summarize the semantic similarities between Java and VjO. ...:#F2F2F2;text-align:center;border:1px solid #AAAAAA;padding:0.2em;" | VJET VJO
    9 KB (1,283 words) - 19:26, 2 May 2013
  • ...wanted to a simple class comparison with VJET's type construction library vjo.js. You can get the benefits of classical inheritance without a new keyword ...:#F2F2F2;text-align:center;border:1px solid #AAAAAA;padding:0.2em;" | vjet vjo.js
    4 KB (569 words) - 21:59, 6 March 2013
  • Below map shows java keyword mapping in JS/VJO ...-color:#F2F2F2;text-align:center;border:1px solid #AAAAAA;padding:0.2em;"| Vjo
    106 KB (13,522 words) - 21:58, 28 January 2013
  • ...ented in the code base. This simply provides the specs for the implemented VJO language features. ...provides details of the individual elements of VJO language features. The VJO code comments are briefly explained in this document but complete reference
    143 KB (17,359 words) - 23:59, 3 January 2013
  • Below is the list of fundamental VJO types that are supported. === Vjo Types ===
    108 KB (14,921 words) - 02:09, 17 January 2013
  • '''VJO''': '''JST''': A tree-structured, syntactical representation of VJO sources.
    183 KB (19,734 words) - 21:57, 28 January 2013
  • To start with we are not expecting the Vjo runtime to be available to the code in bootstrap.js. This just simplifies t
    6 KB (1,025 words) - 15:55, 20 December 2012
  • vjo.ctype("a.b.c") vjo.type('a.b.c.A')
    120 KB (13,295 words) - 22:00, 5 February 2013

View (previous 20 | next 20) (20 | 50 | 100 | 250 | 500)

Back to the top