org.eclipse.jdt.internal.compiler.lookup
Class InnerEmulationDependency

java.lang.Object
  extended by org.eclipse.jdt.internal.compiler.lookup.InnerEmulationDependency

public class InnerEmulationDependency
extends java.lang.Object


Field Summary
 BlockScope scope
           
 boolean wasEnclosingInstanceSupplied
           
 
Constructor Summary
InnerEmulationDependency(BlockScope scope, boolean wasEnclosingInstanceSupplied)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

scope

public BlockScope scope

wasEnclosingInstanceSupplied

public boolean wasEnclosingInstanceSupplied
Constructor Detail

InnerEmulationDependency

public InnerEmulationDependency(BlockScope scope,
                                boolean wasEnclosingInstanceSupplied)