| Constructor and Description |
|---|
Factor(RegexPart pattern) |
Factor(RegexPart atom,
int minQuantity,
Integer maxQuantity) |
Factor(RegexPart atom,
Quantifier quantifier) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
RegexPart |
getAtom()
Returns the atom.
|
Quantifier |
getQuantifier()
Returns the represented quantifier.
|
int |
hashCode() |
Integer |
maxLength() |
int |
minLength() |
String |
toString() |
public Factor(RegexPart pattern)
public Factor(RegexPart atom, Quantifier quantifier)
public RegexPart getAtom()
public Quantifier getQuantifier()
public int minLength()
public Integer maxLength()
public boolean equals(Object o)
equals in class ObjectObject.equals(Object)public int hashCode()
hashCode in class ObjectObject.equals(Object)public String toString()
toString in class ObjectObject.equals(Object)Copyright © 2006–2016 Volker Bergmann. All rights reserved.