Package org.stringtemplate.v4.misc
Class STCompiletimeMessage
java.lang.Object
org.stringtemplate.v4.misc.STMessage
org.stringtemplate.v4.misc.STCompiletimeMessage
Used for semantic errors that occur at compile time not during
interpretation. For ST parsing ONLY not group parsing.
-
Field Summary
FieldsModifier and TypeFieldDescriptionorg.antlr.runtime.Token
overall token pulled from group fileorg.antlr.runtime.Token
token inside template -
Constructor Summary
ConstructorsConstructorDescriptionSTCompiletimeMessage
(ErrorType error, String srcName, org.antlr.runtime.Token templateToken, org.antlr.runtime.Token t) STCompiletimeMessage
(ErrorType error, String srcName, org.antlr.runtime.Token templateToken, org.antlr.runtime.Token t, Throwable cause) STCompiletimeMessage
(ErrorType error, String srcName, org.antlr.runtime.Token templateToken, org.antlr.runtime.Token t, Throwable cause, Object arg) STCompiletimeMessage
(ErrorType error, String srcName, org.antlr.runtime.Token templateToken, org.antlr.runtime.Token t, Throwable cause, Object arg, Object arg2) -
Method Summary
-
Field Details
-
templateToken
public org.antlr.runtime.Token templateTokenoverall token pulled from group file -
token
public org.antlr.runtime.Token tokentoken inside template -
srcName
-
-
Constructor Details
-
STCompiletimeMessage
-
STCompiletimeMessage
-
STCompiletimeMessage
-
STCompiletimeMessage
-
-
Method Details