| 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,
java.util.Map<java.lang.String,java.lang.String> metadata) |
| Modifier and Type | Method and Description |
|---|---|
ConstraintAst |
ConstraintParser.parseConstraint(java.lang.String string,
Type targetType)
Parses a constraint.
|
| Modifier and Type | Method and Description |
|---|---|
Parsed<ConstraintAst> |
ConstraintParser.parseConstraintLax(java.lang.String string,
Type targetType)
Parses a constraint.
|
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.