Uses of Record Class
org.klojang.templates.VariableOccurrence
Packages that use VariableOccurrence
-
Uses of VariableOccurrence in org.klojang.templates
Methods in org.klojang.templates that return types with arguments of type VariableOccurrenceModifier and TypeMethodDescriptionstatic List
<VariableOccurrence> TemplateUtils.getAllVariableOccurrences
(Template template) Returns a depth-first view of all variable occurrences within the specified template.Template.getVariableOccurrences()
Returns all occurrences of all variables within thisTemplate
.