public class TypeDeclarationNode extends AbstractObjectNode implements TypeExpressionNode, OverlayableNode
| Modifier | Constructor and Description |
|---|---|
|
TypeDeclarationNode() |
protected |
TypeDeclarationNode(TypeDeclarationNode node) |
| Modifier and Type | Method and Description |
|---|---|
Node |
copy() |
ResolvedType |
generateDefinition()
Generates the definition that results of evaluating this expression
|
List<TypeExpressionNode> |
getBaseTypes() |
List<CustomFacetDefinitionNode> |
getCustomFacets() |
List<FacetNode> |
getFacets() |
ResolvedType |
getResolvedType() |
String |
getTypeExpressionText() |
String |
getTypeName() |
void |
validateCanOverwrite() |
void |
validateState() |
getTypegetEndPosition, getStartPosition, setEndPosition, setSource, setStartPositionaddChild, addChild, annotate, annotations, findAncestorWith, findDescendantsWith, get, getChildren, getContextNode, getParent, getRootNode, getSource, removeChild, removeChildren, replaceTree, replaceWith, setChild, setContextNode, setParentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddChild, addChild, annotate, annotations, findAncestorWith, findDescendantsWith, get, getChildren, getContextNode, getEndPosition, getParent, getRootNode, getSource, getStartPosition, getType, removeChild, removeChildren, replaceTree, replaceWith, setChild, setContextNode, setParent, setSourcepublic TypeDeclarationNode()
protected TypeDeclarationNode(TypeDeclarationNode node)
@Nonnull public List<TypeExpressionNode> getBaseTypes()
@Nullable public ResolvedType getResolvedType()
public void validateCanOverwrite()
public void validateState()
public List<CustomFacetDefinitionNode> getCustomFacets()
@Nullable public ResolvedType generateDefinition()
TypeExpressionNodegenerateDefinition in interface TypeExpressionNodepublic String getTypeExpressionText()
getTypeExpressionText in interface TypeExpressionNodeCopyright © 2018. All rights reserved.