public class NamedTypeExpressionNode extends AbstractReferenceNode implements TypeExpressionNode, SimpleTypeNode<String>
| Constructor and Description |
|---|
NamedTypeExpressionNode(String name) |
| Modifier and Type | Method and Description |
|---|---|
Node |
copy() |
ResolvedType |
generateDefinition()
Generates the definition that results of evaluating this expression
|
String |
getLiteralValue() |
String |
getRefName() |
String |
getTypeExpressionText() |
String |
getValue() |
TypeDeclarationNode |
resolveReference() |
String |
toString() |
getContextNodes, getParameters, getParametersNode, getRefNode, getType, setContextNodegetEndPosition, getStartPosition, setEndPosition, setSource, setStartPositionaddChild, addChild, annotate, annotations, findAncestorWith, findDescendantsWith, get, getChildren, getContextNode, getParent, getRootNode, getSource, removeChild, removeChildren, replaceTree, replaceWith, setChild, setParentclone, equals, finalize, getClass, hashCode, notify, notifyAll, 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 NamedTypeExpressionNode(String name)
@Nullable public TypeDeclarationNode resolveReference()
resolveReference in class AbstractReferenceNodepublic String getRefName()
getRefName in interface ReferenceNode@Nullable public ResolvedType generateDefinition()
TypeExpressionNodegenerateDefinition in interface TypeExpressionNodepublic String getTypeExpressionText()
getTypeExpressionText in interface TypeExpressionNodepublic String getValue()
getValue in interface SimpleTypeNode<String>public String getLiteralValue()
getLiteralValue in interface SimpleTypeNode<String>Copyright © 2020. All rights reserved.