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