Interface ForestSpec.Visitor<T>
- Enclosing class:
- ForestSpec
public static interface ForestSpec.Visitor<T>
-
Method Summary
Modifier and TypeMethodDescriptionvisitClipboard(ForestSpec clipboardSpec) visitSecured(ForestSpec securedSpec) visitSQuery(ForestSpec querySpec) visitStructure(ForestSpec structureSpec) visitTransformation(ForestSpec transformSpec)
-
Method Details
-
visitStructure
- Throws:
StructureException
-
visitSQuery
- Throws:
StructureException
-
visitTransformation
- Throws:
StructureException
-
visitSecured
- Throws:
StructureException
-
visitClipboard
- Throws:
StructureException
-