public interface IScopesTree
void
addChild(IScope child)
List<IScope>
getChilds()
IScope
getParent()
int
getTreeSize()
boolean
hasParent()
setParent(IScope parent)
void addChild(IScope child)
IScope getParent()
List<IScope> getChilds()
boolean hasParent()
void setParent(IScope parent)
int getTreeSize()
Copyright © 2012-2015. All Rights Reserved.