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 |
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)
Copyright © 2016 The Apache Software Foundation. All rights reserved.