Uses of Interface
org.refcodes.schema.SchemaVisitor
-
Uses of SchemaVisitor in org.refcodes.schema
Classes in org.refcodes.schema that implement SchemaVisitorModifier and TypeClassDescriptionclassclassMethods in org.refcodes.schema with parameters of type SchemaVisitorModifier and TypeMethodDescription<T> TSchema.visit(SchemaVisitor<T> aVisitor) Visits thisSchemainstance, the providedSchemaVisitorvisitor is invoked with the result's of theSchemainstance's children (as ofSchema.visit(SchemaVisitor)and thisSchemainstance to produce a result.