| Modifier and Type | Field and Description |
|---|---|
static Role<ArraySpecifier> |
ARRAY_SPECIFIER_ROLE |
EMPTY_TYPES, NULLAST_NODE_USED_FLAGS, flagsCHILD_ITERATOR| Constructor and Description |
|---|
ComposedType() |
ComposedType(AstType baseType) |
| Modifier and Type | Method and Description |
|---|---|
<T,R> R |
acceptVisitor(IAstVisitor<? super T,? extends R> visitor,
T data) |
AstNodeCollection<ArraySpecifier> |
getArraySpecifiers() |
AstType |
getBaseType() |
AstType |
makeArrayType() |
boolean |
matches(INode other,
Match match) |
void |
setBaseType(AstType value) |
java.lang.String |
toString() |
TypeReference |
toTypeReference() |
clone, forPattern, getNodeType, invoke, invoke, invoke, invoke, memberaddChild, contains, contains, copyUserDataFrom, freezeCore, getAncestors, getAncestors, getAncestorsAndSelf, getChildByRole, getChildren, getChildrenByRole, getDescendants, getDescendantsAndSelf, getEndLocation, getFirstChild, getLastChild, getNextNode, getNextSibling, getNextSibling, getParent, getParent, getPreviousNode, getPreviousSibling, getPreviousSibling, getRegion, getRole, getStartLocation, getText, getText, getUserData, hasChildren, insertChildAfter, insertChildBefore, insertChildrenAfter, insertChildrenBefore, isAncestorOf, isDescendantOf, isInside, isInside, isLoop, isNull, isReference, isUnconditionalBranch, match, matches, matchesCollection, matchString, putUserData, putUserDataIfAbsent, remove, replace, replaceWith, replaceWith, setChildByRole, setRolepublic static final Role<ArraySpecifier> ARRAY_SPECIFIER_ROLE
public ComposedType()
public ComposedType(AstType baseType)
public final AstType getBaseType()
public final void setBaseType(AstType value)
public final AstNodeCollection<ArraySpecifier> getArraySpecifiers()
public TypeReference toTypeReference()
toTypeReference in class AstTypepublic <T,R> R acceptVisitor(IAstVisitor<? super T,? extends R> visitor, T data)
acceptVisitor in class AstNodepublic AstType makeArrayType()
makeArrayType in class AstType