Interface Template.Part
-
- All Superinterfaces:
TypeCheck
- All Known Implementing Classes:
Template.Literal
- Enclosing class:
- Template
public static interface Template.Part extends TypeCheck
An interface for parts of a template that can be visited.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> T
accept(TemplateVisitor<T> visitor)
-
-
-
Method Detail
-
accept
<T> T accept(TemplateVisitor<T> visitor)
-
-