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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> Taccept(TemplateVisitor<T> visitor)
 
- 
- 
- 
Method Detail- 
accept<T> T accept(TemplateVisitor<T> visitor) 
 
- 
 
-