@ProviderType
public interface CompilerMessage
SightlyCompiler
will produce when compiling a script.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.
|
java.lang.String |
getMessage()
Returns the compiler's message.
|
java.lang.String |
getScriptName()
Returns the script name associated with this message.
|
java.lang.String getScriptName()
java.lang.String getMessage()
int getLine()
int getColumn()
Copyright © 2022 The Apache Software Foundation. All rights reserved.