public interface DataPatternBuilder
| 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) |
void addParam(java.lang.String name,
java.lang.String value,
Context context,
java.lang.String ns,
Location loc,
Annotations anno)
throws BuildException
BuildExceptionvoid annotation(ParsedElementAnnotation ea)
ParsedPattern makePattern(Location loc, Annotations anno) throws BuildException
BuildExceptionParsedPattern makePattern(ParsedPattern except, Location loc, Annotations anno) throws BuildException
BuildException