public interface OVLCompilerMessage
Compiler Messages generated by the OVLCompiler when errors or warning occur.
- Since:
- Omix 1.3.11
- Author:
- Dr. Peter Droste, Omix Visualization
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
OVLCompilerMessage.Type
-
Method Summary
Modifier and Type Method Description int
getCharInLine()
The starting character in line the message refers toint
getLength()
The length of the source code the message refers toint
getLineNumber()
The line number the message refers toString
getMessage()
The message.OVLCompilerMessage.Type
getMessageType()
Provides the type of this message.
-
Method Details
-
getMessage
String getMessage()The message.- Returns:
- message
-
getLineNumber
int getLineNumber()The line number the message refers to- Returns:
- line number
-
getCharInLine
int getCharInLine()The starting character in line the message refers to- Returns:
- character in line
-
getLength
int getLength()The length of the source code the message refers to- Returns:
- length
-
getMessageType
OVLCompilerMessage.Type getMessageType()Provides the type of this message.- Returns:
- message type
- Since:
- Omix 1.8.0
-