接口 org.eclipse.jdt.core.compiler.IProblem
的使用

使用 IProblem 的软件包
org.eclipse.jdt.core.compiler This package contains compiler associated infrastructure APIs. 
org.eclipse.jdt.internal.compiler   
org.eclipse.jdt.internal.compiler.apt.dispatch   
org.eclipse.jdt.internal.compiler.problem   
 

org.eclipse.jdt.core.compilerIProblem 的使用
 

实现 IProblemorg.eclipse.jdt.core.compiler 中的类
 class CategorizedProblem
          Richer description of a Java problem, as detected by the compiler or some of the underlying technology reusing the compiler.
 

org.eclipse.jdt.internal.compilerIProblem 的使用
 

参数类型为 IProblemorg.eclipse.jdt.internal.compiler 中的方法
 void ASTVisitor.acceptProblem(IProblem problem)
           
 

org.eclipse.jdt.internal.compiler.apt.dispatchIProblem 的使用
 

实现 IProblemorg.eclipse.jdt.internal.compiler.apt.dispatch 中的类
 class AptProblem
           
 

org.eclipse.jdt.internal.compiler.problemIProblem 的使用
 

实现 IProblemorg.eclipse.jdt.internal.compiler.problem 中的类
 class DefaultProblem
           
 



Copyright © 2013. All Rights Reserved.