Uses of Interface
org.eclipse.jdt.internal.compiler.lookup.ProblemReasons

Packages that use ProblemReasons
org.eclipse.jdt.internal.compiler.lookup   
org.eclipse.jdt.internal.eval   
 

Uses of ProblemReasons in org.eclipse.jdt.internal.compiler.lookup
 

Classes in org.eclipse.jdt.internal.compiler.lookup that implement ProblemReasons
 class LookupEnvironment
           
 

Uses of ProblemReasons in org.eclipse.jdt.internal.eval
 

Classes in org.eclipse.jdt.internal.eval that implement ProblemReasons
 class CodeSnippetAllocationExpression
           
 class CodeSnippetFieldReference
           
 class CodeSnippetQualifiedNameReference
           
 class CodeSnippetSingleNameReference
          A single name reference inside a code snippet can denote a field of a remote receiver object (that is, the receiver of the context in the stack frame).