| 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 |
|---|---|
QIDAst |
ConstraintAst.getConstraintTypeAst() |
QIDAst |
ValidationTargetAst.getRecordTypeAst() |
| Constructor and Description |
|---|
ConstraintAst(ASTNode node,
QIDAst constraintTypeAst,
List<ParameterAst> parameters,
TypeMapping freeTypeMapping,
ConstraintTypeInfo constraintTypeInfo)
Creates a constraint instance.
|
ValidationTargetAst(ASTNode node,
RecordType recordType,
QIDAst recordTypeAst,
IdentifierAst fieldAst)
Constructs a validation target.
|
| Modifier and Type | Method and Description |
|---|---|
protected QIDAst |
ParserBase.parseQIDAst(org.antlr.runtime.tree.Tree tree) |
| Modifier and Type | Method and Description |
|---|---|
static List<QIDAst> |
ParserUtil.parseQualifiedIdentifierListAst(String string)
Parses a qualified identifier list from a string.
|
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.