Class DomainAnalysisLauncher
java.lang.Object
org.pgcodekeeper.core.parsers.antlr.base.launcher.AbstractAnalysisLauncher
org.pgcodekeeper.core.parsers.antlr.pg.launcher.AbstractPgAnalysisLauncher
org.pgcodekeeper.core.parsers.antlr.pg.launcher.DomainAnalysisLauncher
Launcher for analyzing domain type constraints.
Handles validation expressions for domain types with special VALUE variable support.
-
Constructor Summary
ConstructorsConstructorDescriptionDomainAnalysisLauncher(PgDomain stmt, SQLParser.VexContext ctx, String location) Creates a domain analyzer. -
Method Summary
Modifier and TypeMethodDescriptionanalyze(org.antlr.v4.runtime.ParserRuleContext ctx, MetaContainer meta) Methods inherited from class org.pgcodekeeper.core.parsers.antlr.base.launcher.AbstractAnalysisLauncher
getReferences, getSchemaName, getStmt, launchAnalyze, setOffset, updateStmt
-
Constructor Details
-
DomainAnalysisLauncher
Creates a domain analyzer.- Parameters:
stmt- the domain statement to analyzectx- the domain constraint expression contextlocation- the source location identifier
-
-
Method Details
-
analyze
-