Class RERenderer
java.lang.Object
org.exoplatform.web.controller.regexp.REVisitor<IOException>
org.exoplatform.web.controller.regexp.RERenderer
Renders a
RENode to its pattern representation.- Version:
- $Revision$
- Author:
- Julien Viet
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <A extends Appendable>
Aprotected voidvisit(RENode.Alternative alternative) protected voidvisit(RENode.Any expr) protected voidvisit(RENode.Assertion.Begin expr) protected voidvisit(RENode.Assertion.End expr) protected voidvisit(RENode.Char expr) protected voidvisit(RENode.CharacterClass expr) protected voidprotected voidprotected voidprotected voidprotected voidprotected voidvisit(RENode.Disjunction disjunction) protected voidvisit(RENode.Group expr)
-
Constructor Details
-
RERenderer
-
-
Method Details
-
render
public static <A extends Appendable> A render(RENode re, A appendable) throws IOException, NullPointerException - Throws:
IOExceptionNullPointerException
-
visit
- Overrides:
visitin classREVisitor<IOException>- Throws:
IOExceptionNullPointerException
-
visit
- Overrides:
visitin classREVisitor<IOException>- Throws:
IOExceptionNullPointerException
-
visit
- Overrides:
visitin classREVisitor<IOException>- Throws:
IOException
-
visit
- Overrides:
visitin classREVisitor<IOException>- Throws:
IOException
-
visit
- Overrides:
visitin classREVisitor<IOException>- Throws:
IOException
-
visit
- Overrides:
visitin classREVisitor<IOException>- Throws:
IOException
-
visit
- Overrides:
visitin classREVisitor<IOException>- Throws:
IOException
-
visit
- Overrides:
visitin classREVisitor<IOException>- Throws:
IOException
-
visit
- Overrides:
visitin classREVisitor<IOException>- Throws:
IOException
-
visit
- Overrides:
visitin classREVisitor<IOException>- Throws:
IOException
-
visit
- Overrides:
visitin classREVisitor<IOException>- Throws:
IOException
-
visit
- Overrides:
visitin classREVisitor<IOException>- Throws:
IOException
-
visit
- Overrides:
visitin classREVisitor<IOException>- Throws:
IOException
-