Package com.thaiopensource.relaxng.edit
Class Pattern
- java.lang.Object
-
- com.thaiopensource.relaxng.edit.SourceObject
-
- com.thaiopensource.relaxng.edit.Annotated
-
- com.thaiopensource.relaxng.edit.Pattern
-
- Direct Known Subclasses:
AbstractRefPattern,CompositePattern,DataPattern,EmptyPattern,ExternalRefPattern,GrammarPattern,NotAllowedPattern,TextPattern,UnaryPattern,ValuePattern
public abstract class Pattern extends Annotated
-
-
Constructor Summary
Constructors Constructor Description Pattern()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract <T> Taccept(PatternVisitor<T> visitor)-
Methods inherited from class com.thaiopensource.relaxng.edit.Annotated
attributeAnnotationsAccept, childElementAnnotationsAccept, followingElementAnnotationsAccept, getAttributeAnnotation, getAttributeAnnotations, getChildElementAnnotations, getContext, getFollowingElementAnnotations, getLeadingComments, leadingCommentsAccept, mayContainText, setContext
-
Methods inherited from class com.thaiopensource.relaxng.edit.SourceObject
getSourceLocation, setSourceLocation
-
-
-
-
Method Detail
-
accept
public abstract <T> T accept(PatternVisitor<T> visitor)
-
-