Bungee Logic : Site : Object

Page Status: Beta

Back to Sites

Contents

[edit] Purpose

 An Object site defines the creation of a new object.

[edit] How to Use

Consider the following code snippet:

var Foo bar = new Foo;

The right-hand side of the declaration for variable bar is an Object site.
It specifies that a new instance of class Foo is to be created and assigned to the variable bar.

 

    Copyright © 2005 - 2007 Bungee Labs. All rights reserved.