Searched refs:ASTroute (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Email/emailcommon/src/org/apache/james/mime4j/field/address/parser/
H A DASTroute.java1 /* Generated By:JJTree: Do not edit this line. ASTroute.java */
5 public class ASTroute extends SimpleNode { class in inherits:SimpleNode
6 public ASTroute(int id) { method in class:ASTroute
10 public ASTroute(AddressListParser p, int id) { method in class:ASTroute
H A DAddressListParserVisitor.java14 public Object visit(ASTroute node, Object data);
H A DAddressListParser.jj330 ASTroute jjtn000 = new ASTroute(JJTROUTE);
H A DAddressListParser.java374 ASTroute jjtn000 = new ASTroute(JJTROUTE);
/packages/apps/Email/emailcommon/src/org/apache/james/mime4j/field/address/
H A DBuilder.java36 import org.apache.james.mime4j.field.address.parser.ASTroute;
152 if (n instanceof ASTroute) {
153 route = buildRoute((ASTroute)n);
167 private DomainList buildRoute(ASTroute node) {

Completed in 56 milliseconds