public interface DataPatternBuilder<P extends ParsedPattern,E extends ParsedElementAnnotation,L extends Location,A extends Annotations<E,L,CL>,CL extends CommentList<L>>
Modifier and Type | Method and Description |
---|---|
void |
addParam(String name,
String value,
Context context,
String ns,
L loc,
A anno) |
void |
annotation(E ea) |
P |
makePattern(L loc,
A anno) |
P |
makePattern(P except,
L loc,
A anno) |
void addParam(String name, String value, Context context, String ns, L loc, A anno) throws BuildException
BuildException
void annotation(E ea)
P makePattern(L loc, A anno) throws BuildException
BuildException
P makePattern(P except, L loc, A anno) throws BuildException
BuildException
Copyright © 2021 JBoss by Red Hat. All rights reserved.