final class DataPatternBuilderImpl extends java.lang.Object implements DataPatternBuilder
| Modifier and Type | Field and Description |
|---|---|
private DDataPattern |
p |
| Constructor and Description |
|---|
DataPatternBuilderImpl(java.lang.String datatypeLibrary,
java.lang.String type,
Location loc) |
| Modifier and Type | Method and Description |
|---|---|
void |
addParam(java.lang.String name,
java.lang.String value,
Context context,
java.lang.String ns,
Location loc,
Annotations anno) |
void |
annotation(ParsedElementAnnotation ea) |
ParsedPattern |
makePattern(Location loc,
Annotations anno) |
ParsedPattern |
makePattern(ParsedPattern except,
Location loc,
Annotations anno) |
private final DDataPattern p
public DataPatternBuilderImpl(java.lang.String datatypeLibrary,
java.lang.String type,
Location loc)
public void addParam(java.lang.String name,
java.lang.String value,
Context context,
java.lang.String ns,
Location loc,
Annotations anno)
throws BuildException
addParam in interface DataPatternBuilderBuildExceptionpublic void annotation(ParsedElementAnnotation ea)
annotation in interface DataPatternBuilderpublic ParsedPattern makePattern(Location loc, Annotations anno) throws BuildException
makePattern in interface DataPatternBuilderBuildExceptionpublic ParsedPattern makePattern(ParsedPattern except, Location loc, Annotations anno) throws BuildException
makePattern in interface DataPatternBuilderBuildException