Package | Description |
---|---|
com.whitestein.lsps.lang.ast | |
com.whitestein.lsps.lang.parser |
This package contains ANTLR-based LSPS language parser (
Parser ). |
Modifier and Type | Method and Description |
---|---|
ConstraintAst |
ConstraintDefAst.getConstraintAst() |
Constructor and Description |
---|
ConstraintDefAst(AntlrConstraint constraint,
ConstraintIdAst idAst,
ValidationTargetAst targetAst,
ValidationTagExpression tagExpression,
ConstraintAst constraintAst,
Map<String,String> metadata) |
Modifier and Type | Method and Description |
---|---|
ConstraintAst |
ConstraintParser.parseConstraint(String string,
Type targetType)
Parses a constraint.
|
Modifier and Type | Method and Description |
---|---|
Parsed<ConstraintAst> |
ConstraintParser.parseConstraintLax(String string,
Type targetType)
Parses a constraint.
|
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.