<substitution [ [id="id"] expression="expression" | refid="id" ] />
org.apache.oro.text.regex.Perl5Substitution
Modifier and Type | Field and Description |
---|---|
public static final String | DATA_TYPE_NAME
The name of this data type |
private String |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public String | Returns: the pattern stringthe project to look for the regular expression if this object is
a reference p)Gets the pattern string for this RegularExpression in the given project. |
public Substitution | |
public void | setExpression(String
the regular expression to use expression)Set the pattern string for this regular expression substitution. |
DATA_TYPE_NAME | back to summary |
---|---|
public static final String DATA_TYPE_NAME The name of this data type |
expression | back to summary |
---|---|
private String expression |
Substitution | back to summary |
---|---|
public Substitution() Constructor for Substitution. |
getExpression | back to summary |
---|---|
public String getExpression(Project p) Gets the pattern string for this RegularExpression in the given project. |
getRef | back to summary |
---|---|
public Substitution getRef(Project p) Get the RegularExpression this reference refers to in the given project. Check for circular references too.
|
setExpression | back to summary |
---|---|
public void setExpression(String expression) Set the pattern string for this regular expression substitution.
|