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.
-
LSymbol()
-
Constructor.
-
LSymbol(String)
-
Constructor.
-
dump()
-
Reserved for internal use of the Nebulae MultiUser Server.
LSymbol
public LSymbol(java.lang.String initString)
- Constructor. Calls superclass (LString) methods
LSymbol
public LSymbol()
- Constructor. Calls superclass (LString) methods
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