public class KleeneStarRegex extends Regex
Constructor and Description |
---|
KleeneStarRegex()
Constructs an initially empty Kleene star regex.
|
KleeneStarRegex(Regex subexp)
Constructs a Kleene star regex complete with constituent.
|
Modifier and Type | Method and Description |
---|---|
<RT,E extends Exception> |
acceptVisitor(edu.umn.cs.melt.copper.compiletime.spec.grammarbeans.visitors.RegexBeanVisitor<RT,E> visitor) |
Regex |
getSubexp() |
boolean |
isComplete() |
void |
setSubexp(Regex subexp) |
Set<String> |
whatIsMissing() |
public KleeneStarRegex()
public KleeneStarRegex(Regex subexp)
subexp
- The regex's constituent.public boolean isComplete()
isComplete
in class Regex
public Set<String> whatIsMissing()
whatIsMissing
in class Regex
public <RT,E extends Exception> RT acceptVisitor(edu.umn.cs.melt.copper.compiletime.spec.grammarbeans.visitors.RegexBeanVisitor<RT,E> visitor) throws E extends Exception
acceptVisitor
in class Regex
E extends Exception
Copyright © 2018 Minnesota Extensible Language Tools. All rights reserved.