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(QIDAst constraintTypeAst,
List<ParameterAst> parameters,
TypeMapping freeTypeMapping)
Creates a constraint instance.
|
ValidationTargetAst(RecordType recordType,
QIDAst recordTypeAst,
IdentifierAst fieldAst)
Constructs a validation target.
|
Modifier and Type | Method and Description |
---|---|
QIDAst |
ConstraintParser.parseConstraint(String string)
Parses a constraint.
|
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-2018 Whitestein Technologies. All Rights Reserved.