frysk.scopes
Class ConcreteInlinedFunction

java.lang.Object
  extended by frysk.scopes.Scope
      extended by frysk.scopes.NamedScope
          extended by frysk.scopes.Function
              extended by frysk.scopes.InlinedFunction
                  extended by frysk.scopes.ConcreteInlinedFunction
All Implemented Interfaces:
BreakPointLocation, ObjectDeclaration

public class ConcreteInlinedFunction
extends InlinedFunction
implements BreakPointLocation


Constructor Summary
ConcreteInlinedFunction(DwarfDie die, TypeFactory typeFactory)
           
 
Method Summary
 long getBreakPointAddress()
           
 
Methods inherited from class frysk.scopes.InlinedFunction
getInlinedInstances
 
Methods inherited from class frysk.scopes.Function
getComposite, getDeclaredObjectByName, getFunctionType, getParameters, getType, getValue, isInlined, printParameters, printScopes, setFunctionType, toString
 
Methods inherited from class frysk.scopes.NamedScope
getName
 
Methods inherited from class frysk.scopes.Scope
getDeclaredObjectByNameRecursive, getEnums, getInner, getObjectDeclarations, getOuter, getScopes, getSourceLocation, getVariables, isScopeDie, setOuter, toPrint
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface frysk.value.ObjectDeclaration
getSourceLocation
 

Constructor Detail

ConcreteInlinedFunction

public ConcreteInlinedFunction(DwarfDie die,
                               TypeFactory typeFactory)
Method Detail

getBreakPointAddress

public long getBreakPointAddress()
Specified by:
getBreakPointAddress in interface BreakPointLocation