de.upb.hni.vmagic
Class Scopes

java.lang.Object
  extended by de.upb.hni.vmagic.Scopes

public class Scopes
extends java.lang.Object

Default implementations of the Scope interface. This class is used to implement vMAGIC scope feature and isn't usually used by the user of the library.


Method Summary
static Scope createScope(VhdlElement parent, Resolvable... list)
          Creates a scope.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createScope

public static Scope createScope(VhdlElement parent,
                                Resolvable... list)
Creates a scope.

Parameters:
parent - the associated VhdlElement
list - a list of resolvables
Returns:
the created scope