public interface RegExPart
| Modifier and Type | Method and Description |
|---|---|
void |
accept(RegExPartVisitor vis)
accept method for visitor pattern.
|
java.lang.String |
toStringResolved()
Returns the resolved string of the regexpart , withOUT references like (RE:LABEL).
|
java.lang.String |
toStringUnresolved()
Returns the unresolved string of the regexpart, with references like (RE:LABEL).
|
java.lang.String toStringResolved()
throws ReferenceIsUnresolvedException
ReferenceIsUnresolvedException - If a part is unresolved.java.lang.String toStringUnresolved()
void accept(RegExPartVisitor vis) throws TypeDoesNotExistException, TypeExceptions
vis - the visitor.TypeDoesNotExistException - if a part is not resolvableTypeExceptions - if a cycle is detected