std.d.
parser
.
Parser
.parseConstraint
public Constraint parseConstraint()
Parses a Constraint
constraint
:
'if'
'('
expression
')'
;