Class CompilerMessageImpl
java.lang.Object
org.apache.sling.scripting.sightly.impl.compiler.CompilerMessageImpl
- All Implemented Interfaces:
CompilerMessage
-
Constructor Summary
ConstructorsConstructorDescriptionCompilerMessageImpl(String scriptName, String message, int line, int column) -
Method Summary
Modifier and TypeMethodDescriptionintReturns the column number of the script text that generated this message.intgetLine()Returns the line number of the script text that generated this message.Returns the compiler's message.Returns the script name associated with this message.
-
Constructor Details
-
CompilerMessageImpl
-
-
Method Details
-
getScriptName
Description copied from interface:CompilerMessageReturns the script name associated with this message.- Specified by:
getScriptNamein interfaceCompilerMessage- Returns:
- the script name associated with this message
-
getMessage
Description copied from interface:CompilerMessageReturns the compiler's message.- Specified by:
getMessagein interfaceCompilerMessage- Returns:
- the compiler's message
-
getLine
public int getLine()Description copied from interface:CompilerMessageReturns the line number of the script text that generated this message.- Specified by:
getLinein interfaceCompilerMessage- Returns:
- the line number of the script text that generated this message
-
getColumn
public int getColumn()Description copied from interface:CompilerMessageReturns the column number of the script text that generated this message.- Specified by:
getColumnin interfaceCompilerMessage- Returns:
- the column number of the script text that generated this message
-