站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss RULES 4.0.0.11754MR2 API 英文版文档

EclipseCompilationProblem (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


org.apache.commons.jci.compilers
Class EclipseCompilationProblem

java.lang.Object
  extended by org.apache.commons.jci.compilers.EclipseCompilationProblem
All Implemented Interfaces:
CompilationProblem

public class EclipseCompilationProblem
extends Object
implements CompilationProblem


Constructor Summary
EclipseCompilationProblem(org.eclipse.jdt.core.compiler.IProblem pProblem)
           
 
Method Summary
 int getEndColumn()
           
 int getEndLine()
           
 String getFileName()
           
 int getId()
           
 String getMessage()
           
 int getStartColumn()
           
 int getStartLine()
           
 boolean isError()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EclipseCompilationProblem

public EclipseCompilationProblem(org.eclipse.jdt.core.compiler.IProblem pProblem)
Method Detail

isError

public boolean isError()
Specified by:
isError in interface CompilationProblem

getFileName

public String getFileName()
Specified by:
getFileName in interface CompilationProblem

getStartLine

public int getStartLine()
Specified by:
getStartLine in interface CompilationProblem

getStartColumn

public int getStartColumn()
Specified by:
getStartColumn in interface CompilationProblem

getEndLine

public int getEndLine()
Specified by:
getEndLine in interface CompilationProblem

getEndColumn

public int getEndColumn()
Specified by:
getEndColumn in interface CompilationProblem

getMessage

public String getMessage()
Specified by:
getMessage in interface CompilationProblem

toString

public String toString()
Overrides:
toString in class Object

getId

public int getId()


Copyright © 2001-2007 JBoss Inc.. All Rights Reserved.