pt.tumba.parser.swf
Class Instance

java.lang.Object
  extended by pt.tumba.parser.swf.Instance

public class Instance
extends java.lang.Object

An instance of a Symbol that has been placed on the stage.

Author:
unknown

Field Summary
protected  int depth
          Description of the Field
protected  Symbol symbol
          Description of the Field
 
Constructor Summary
protected Instance(Symbol symbol, int depth)
          Constructor for the Instance object
 
Method Summary
 int getDepth()
          Gets the depth attribute of the Instance object
 Symbol getSymbol()
          Gets the symbol attribute of the Instance object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

symbol

protected Symbol symbol
Description of the Field


depth

protected int depth
Description of the Field

Constructor Detail

Instance

protected Instance(Symbol symbol,
                   int depth)
Constructor for the Instance object

Parameters:
symbol - Description of the Parameter
depth - Description of the Parameter
Method Detail

getDepth

public int getDepth()
Gets the depth attribute of the Instance object

Returns:
The depth value

getSymbol

public Symbol getSymbol()
Gets the symbol attribute of the Instance object

Returns:
The symbol value