Package com.github.erosb.jsonsKema
Class Schema
-
- All Implemented Interfaces:
public abstract class Schema
-
-
Field Summary
Fields Modifier and Type Field Description private final SourceLocationlocation
-
Constructor Summary
Constructors Constructor Description Schema(SourceLocation location)
-
Method Summary
Modifier and Type Method Description SourceLocationgetLocation()abstract <P extends Any> Paccept(SchemaVisitor<P> visitor)Collection<Schema>subschemas()-
-
Constructor Detail
-
Schema
Schema(SourceLocation location)
-
-
Method Detail
-
getLocation
SourceLocation getLocation()
-
accept
abstract <P extends Any> P accept(SchemaVisitor<P> visitor)
-
subschemas
Collection<Schema> subschemas()
-
-
-
-