public class ValueResolverFactory extends REVisitor<RuntimeException>
| Constructor and Description |
|---|
ValueResolverFactory() |
| Modifier and Type | Method and Description |
|---|---|
List<org.exoplatform.web.controller.router.ValueResolverFactory.Alternative> |
foo(RENode root) |
protected void |
visit(RENode.Alternative alternative) |
protected void |
visit(RENode.Any expr) |
protected void |
visit(RENode.Char expr) |
protected void |
visit(RENode.CharacterClass expr) |
protected void |
visit(RENode.CharacterClassExpr.And expr) |
protected void |
visit(RENode.CharacterClassExpr.Char expr) |
protected void |
visit(RENode.CharacterClassExpr.Not expr) |
protected void |
visit(RENode.CharacterClassExpr.Or expr) |
protected void |
visit(RENode.CharacterClassExpr.Range expr) |
protected void |
visit(RENode.Disjunction disjunction) |
protected void |
visit(RENode.Group expr) |
public List<org.exoplatform.web.controller.router.ValueResolverFactory.Alternative> foo(RENode root)
protected void visit(RENode.Disjunction disjunction) throws RuntimeException
visit in class REVisitor<RuntimeException>RuntimeExceptionprotected void visit(RENode.Group expr) throws RuntimeException
visit in class REVisitor<RuntimeException>RuntimeExceptionprotected void visit(RENode.Alternative alternative) throws RuntimeException
visit in class REVisitor<RuntimeException>RuntimeExceptionprotected void visit(RENode.Char expr) throws RuntimeException
visit in class REVisitor<RuntimeException>RuntimeExceptionprotected void visit(RENode.Any expr) throws RuntimeException
visit in class REVisitor<RuntimeException>RuntimeExceptionprotected void visit(RENode.CharacterClass expr) throws RuntimeException
visit in class REVisitor<RuntimeException>RuntimeExceptionprotected void visit(RENode.CharacterClassExpr.Or expr) throws RuntimeException
visit in class REVisitor<RuntimeException>RuntimeExceptionprotected void visit(RENode.CharacterClassExpr.Range expr) throws RuntimeException
visit in class REVisitor<RuntimeException>RuntimeExceptionprotected void visit(RENode.CharacterClassExpr.Char expr) throws RuntimeException
visit in class REVisitor<RuntimeException>RuntimeExceptionprotected void visit(RENode.CharacterClassExpr.And expr) throws RuntimeException
visit in class REVisitor<RuntimeException>RuntimeExceptionprotected void visit(RENode.CharacterClassExpr.Not expr) throws RuntimeException
visit in class REVisitor<RuntimeException>RuntimeExceptionCopyright © 2017 JBoss by Red Hat. All Rights Reserved.