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