public class AnyResolvedType extends XmlFacetsCapableType
customFacets| Constructor and Description |
|---|
AnyResolvedType(TypeExpressionNode declarationNode) |
AnyResolvedType(TypeExpressionNode declarationNode,
XmlFacets xmlFacets,
ResolvedCustomFacets customFacets) |
| Modifier and Type | Method and Description |
|---|---|
protected AnyResolvedType |
copy() |
boolean |
doAccept(ResolvedType valueType) |
ResolvedType |
mergeFacets(ResolvedType with)
Returns a new type definition after merging the facets of both Types
|
ResolvedType |
overwriteFacets(TypeDeclarationNode from)
Returns a new type definition with the facets being overwritten from the specified node
|
void |
validateCanOverwriteWith(TypeDeclarationNode from)
Validate if this type can be overwritten by the specified node
|
<T> T |
visit(TypeVisitor<T> visitor)
Dispatch the implementation to the visitor method
|
getXmlFacets, mergeFacets, overwriteFacetsaccepts, customFacets, getBuiltinTypeName, getTypeDeclarationNode, getTypeName, setTypeNode, validateStateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaccepts, customFacets, getBuiltinTypeName, getTypeDeclarationNode, getTypeName, setTypeNode, validateStatepublic AnyResolvedType(TypeExpressionNode declarationNode, XmlFacets xmlFacets, ResolvedCustomFacets customFacets)
public AnyResolvedType(TypeExpressionNode declarationNode)
protected AnyResolvedType copy()
public ResolvedType overwriteFacets(TypeDeclarationNode from)
ResolvedTypefrom - The node from where to load the facetspublic ResolvedType mergeFacets(ResolvedType with)
ResolvedTypewith - The type definition to merge withpublic boolean doAccept(ResolvedType valueType)
public <T> T visit(TypeVisitor<T> visitor)
ResolvedTypeT - The result typevisitor - The visitorpublic void validateCanOverwriteWith(TypeDeclarationNode from)
ResolvedTypefrom - The node to check withCopyright © 2017. All rights reserved.