Package org.jboss.resteasy.core.registry
Class ClassExpression
- java.lang.Object
-
- org.jboss.resteasy.core.registry.Expression
-
- org.jboss.resteasy.core.registry.ClassExpression
-
- All Implemented Interfaces:
Comparable<Expression>
public class ClassExpression extends Expression
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jboss.resteasy.core.registry.Expression
Expression.Group
-
-
Field Summary
Fields Modifier and Type Field Description protected ClassNodeparentprotected RootNoderoot-
Fields inherited from class org.jboss.resteasy.core.registry.Expression
GROUP, groups, literalCharacters, numCapturingGroups, numNonDefaultGroups, pathExpression, pattern, regex
-
-
Constructor Summary
Constructors Constructor Description ClassExpression(String segment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClassNodegetParent()RootNodegetRoot()-
Methods inherited from class org.jboss.resteasy.core.registry.Expression
compareTo, getNumGroups, getPathExpression, getPattern, getRegex, groupCount, isStatic
-
-