Package com.sun.msv.verifier.regexp
Class OptimizationTag.OwnerAndCont
- java.lang.Object
-
- com.sun.msv.verifier.regexp.OptimizationTag.OwnerAndCont
-
- Enclosing class:
- OptimizationTag
protected static final class OptimizationTag.OwnerAndCont extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) Expression
continuation
(package private) ElementExp
owner
-
Constructor Summary
Constructors Constructor Description OwnerAndCont(ElementExp owner, Expression cont)
-
-
-
Field Detail
-
owner
final ElementExp owner
-
continuation
final Expression continuation
-
-
Constructor Detail
-
OwnerAndCont
public OwnerAndCont(ElementExp owner, Expression cont)
-
-