frysk.scopes
Class LexicalBlock

java.lang.Object
  extended by frysk.scopes.Scope
      extended by frysk.scopes.LexicalBlock

public class LexicalBlock
extends Scope


Field Summary
 
Fields inherited from class frysk.scopes.Scope
collections, typeFactory, variables
 
Constructor Summary
LexicalBlock(DwarfDie die, TypeFactory typeFactory)
           
 
Method Summary
 
Methods inherited from class frysk.scopes.Scope
getDeclaredObjectByName, getDeclaredObjectByNameRecursive, getDie, getEnums, getInner, getObjectDeclarations, getOuter, getScopes, getSourceLocation, getVariables, isScopeDie, setOuter, toPrint
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LexicalBlock

public LexicalBlock(DwarfDie die,
                    TypeFactory typeFactory)