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

java.lang.Object
  继承者 org.eclipse.jdt.internal.compiler.lookup.InnerEmulationDependency

public class InnerEmulationDependency
extends Object


字段摘要
 BlockScope scope
           
 boolean wasEnclosingInstanceSupplied
           
 
构造方法摘要
InnerEmulationDependency(BlockScope scope, boolean wasEnclosingInstanceSupplied)
           
 
方法摘要
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

scope

public BlockScope scope

wasEnclosingInstanceSupplied

public boolean wasEnclosingInstanceSupplied
构造方法详细信息

InnerEmulationDependency

public InnerEmulationDependency(BlockScope scope,
                                boolean wasEnclosingInstanceSupplied)


Copyright © 2013. All Rights Reserved.