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

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


org.apache.commons.jci.problems
Interface CompilationProblem

All Known Implementing Classes:
EclipseCompilationProblem, JaninoCompilationProblem

public interface CompilationProblem


Method Summary
 int getEndColumn()
           
 int getEndLine()
           
 String getFileName()
           
 String getMessage()
           
 int getStartColumn()
           
 int getStartLine()
           
 boolean isError()
           
 

Method Detail

isError

boolean isError()

getFileName

String getFileName()

getStartLine

int getStartLine()

getStartColumn

int getStartColumn()

getEndLine

int getEndLine()

getEndColumn

int getEndColumn()

getMessage

String getMessage()


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