public class ASNodeUtils extends Object
| Constructor and Description |
|---|
ASNodeUtils() |
| Modifier and Type | Method and Description |
|---|---|
static IConditionalNode[] |
getCaseNodes(ISwitchNode node) |
static ITerminalNode |
getDefaultNode(ISwitchNode node) |
static boolean |
hasExportSuppressed(IDocumentableDefinitionNode node)
Method for checking if a node has been marked to be suppressed for export by Closure, via its definition.
|
static boolean |
hasParenClose(IOperatorNode node) |
static boolean |
hasParenOpen(IOperatorNode node) |
static boolean |
isString(IExpressionNode node) |
public static final IConditionalNode[] getCaseNodes(ISwitchNode node)
public static final ITerminalNode getDefaultNode(ISwitchNode node)
public static boolean hasParenOpen(IOperatorNode node)
public static boolean hasParenClose(IOperatorNode node)
public static boolean isString(IExpressionNode node)
public static boolean hasExportSuppressed(IDocumentableDefinitionNode node)
node - the IDocumentableDefinitionNode instance to inspect as being suppressed for exportCopyright © 2023 The Apache Software Foundation. All rights reserved.