Package | Description |
---|---|
com.whitestein.lsps.lang.parser |
This package contains ANTLR-based LSPS language parser (
Parser ). |
Modifier and Type | Method and Description |
---|---|
ConstraintAst |
ConstraintParser.parseConstraint(String string,
Type appliedTo,
Type targetType,
Map<String,Type> parameterTypes,
Map<String,Type> genericBounds)
Parses a constraint.
|
Modifier and Type | Method and Description |
---|---|
Parsed<ConstraintAst> |
ConstraintParser.parseConstraintLax(String string,
Type appliedTo,
Type targetType,
Map<String,Type> parameterTypes,
Map<String,Type> genericBounds)
Parses a constraint.
|
Copyright © 2007-2018 Whitestein Technologies. All Rights Reserved.