Package | Description |
---|---|
com.sun.tools.rngom.binary |
Minimal binarized pattern object model (one example of
ast.om implementation). |
Modifier and Type | Method and Description |
---|---|
Object |
EmptyPattern.apply(PatternFunction f) |
abstract Object |
Pattern.apply(PatternFunction f) |
Object |
ElementPattern.apply(PatternFunction f) |
Object |
DataExceptPattern.apply(PatternFunction f) |
Object |
OneOrMorePattern.apply(PatternFunction f) |
Object |
NotAllowedPattern.apply(PatternFunction f) |
Object |
ListPattern.apply(PatternFunction f) |
Object |
TextPattern.apply(PatternFunction f) |
Object |
ValuePattern.apply(PatternFunction f) |
Object |
GroupPattern.apply(PatternFunction f) |
Object |
AttributePattern.apply(PatternFunction f) |
Object |
ErrorPattern.apply(PatternFunction f) |
Object |
ChoicePattern.apply(PatternFunction f) |
Object |
InterleavePattern.apply(PatternFunction f) |
Object |
DataPattern.apply(PatternFunction f) |
Object |
RefPattern.apply(PatternFunction f) |
Object |
AfterPattern.apply(PatternFunction f) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.