public class CompilerMessageImpl extends Object implements CompilerMessage
| Constructor and Description |
|---|
CompilerMessageImpl(String scriptName,
String message,
int line,
int column) |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumn()
Returns the column number of the script text that generated this message.
|
int |
getLine()
Returns the line number of the script text that generated this message.
|
String |
getMessage()
Returns the compiler's message.
|
String |
getScriptName()
Returns the script name associated with this message.
|
public String getScriptName()
CompilerMessagegetScriptName in interface CompilerMessagepublic String getMessage()
CompilerMessagegetMessage in interface CompilerMessagepublic int getLine()
CompilerMessagegetLine in interface CompilerMessagepublic int getColumn()
CompilerMessagegetColumn in interface CompilerMessageCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.