Package io.quarkus.qute.deployment
Class TemplatesAnalysisBuildItem.TemplateAnalysis
java.lang.Object
io.quarkus.qute.deployment.TemplatesAnalysisBuildItem.TemplateAnalysis
- Enclosing class:
- TemplatesAnalysisBuildItem
Analysis of a particular template found in the given path.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean(package private) io.quarkus.qute.ExpressionfindExpression(int id) List<io.quarkus.qute.ParameterDeclaration>Non-synthetic declarations go first, then sorted by the line.inthashCode()
-
Field Details
-
id
-
generatedId
-
expressions
-
parameterDeclarations
-
path
-
fragmentIds
-
-
Constructor Details
-
TemplateAnalysis
-
-
Method Details
-
findExpression
io.quarkus.qute.Expression findExpression(int id) -
getSortedParameterDeclarations
Non-synthetic declarations go first, then sorted by the line.- Returns:
- the sorted list of parameter declarations
-
hashCode
public int hashCode() -
equals
-