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

Packages that use ProblemReasons
org.eclipse.jdt.core The Java model is the set of classes that model the objects associated with creating, editing, and building a Java program. 
org.eclipse.jdt.core.tests.eval   
org.eclipse.jdt.internal.compiler.lookup   
org.eclipse.jdt.internal.eval   
 

Uses of ProblemReasons in org.eclipse.jdt.core
 

Classes in org.eclipse.jdt.core that implement ProblemReasons
 class CorrectionEngine
          This class is the entry point for source corrections.
 

Uses of ProblemReasons in org.eclipse.jdt.core.tests.eval
 

Classes in org.eclipse.jdt.core.tests.eval that implement ProblemReasons
 class NegativeCodeSnippetTest
          Negative tests for code snippet.
 class NegativeVariableTest
          Negative tests for variables.
 

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 CodeSnippetMessageSend
           
 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).