|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpt.tumba.parser.swf.Instance
public class Instance
An instance of a Symbol that has been placed on the stage.
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 |
---|
protected Symbol symbol
protected int depth
Constructor Detail |
---|
protected Instance(Symbol symbol, int depth)
symbol
- Description of the Parameterdepth
- Description of the ParameterMethod Detail |
---|
public int getDepth()
public Symbol getSymbol()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |