All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class net.tabuleiro.nebulae.LSymbol

net.tabuleiro.nebulae.LValue
   |
   +----net.tabuleiro.nebulae.LString
           |
           +----net.tabuleiro.nebulae.LSymbol

public class LSymbol
extends net.tabuleiro.nebulae.LString
Class representing a Lingo compatible Symbol value (LSymbol for short). Lingo is a trademark of Macromedia, Inc. All rights reserved.


Constructor Index

 o LSymbol()
Constructor.
 o LSymbol(String)
Constructor.

Method Index

 o dump()
Reserved for internal use of the Nebulae MultiUser Server.

Constructors

 o LSymbol
 public LSymbol(java.lang.String initString)
Constructor. Calls superclass (LString) methods

 o LSymbol
 public LSymbol()
Constructor. Calls superclass (LString) methods

Methods

 o dump
 public void dump()
Reserved for internal use of the Nebulae MultiUser Server.

Overrides:
dump in class net.tabuleiro.nebulae.LString

All Packages  Class Hierarchy  This Package  Previous  Next  Index