Uses of Interface
org.apache.sling.scripting.sightly.compiler.CompilerMessage
-
Packages that use CompilerMessage Package Description org.apache.sling.scripting.sightly.compiler Theorg.apache.sling.scripting.sightly.compiler
package defines the API exposed by theSightlyCompiler
.org.apache.sling.scripting.sightly.impl.compiler -
-
Uses of CompilerMessage in org.apache.sling.scripting.sightly.compiler
Methods in org.apache.sling.scripting.sightly.compiler that return types with arguments of type CompilerMessage Modifier and Type Method Description List<CompilerMessage>
CompilationResult. getErrors()
Provides the list of errors recorded during the compilation.List<CompilerMessage>
CompilationResult. getWarnings()
Provides the list of warnings recorded during the compilation. -
Uses of CompilerMessage in org.apache.sling.scripting.sightly.impl.compiler
Classes in org.apache.sling.scripting.sightly.impl.compiler that implement CompilerMessage Modifier and Type Class Description class
CompilerMessageImpl
Methods in org.apache.sling.scripting.sightly.impl.compiler that return types with arguments of type CompilerMessage Modifier and Type Method Description List<CompilerMessage>
CompilationResultImpl. getErrors()
List<CompilerMessage>
CompilationResultImpl. getWarnings()
-