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
BuildException
void annotation(ParsedElementAnnotation ea)
ParsedPattern makePattern(Location loc, Annotations anno) throws BuildException
BuildException
ParsedPattern makePattern(ParsedPattern except, Location loc, Annotations anno) throws BuildException
BuildException