public class NodeUtils
extends java.lang.Object
Node
.Constructor and Description |
---|
NodeUtils() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isBooleanTypeNode(Node node) |
public static boolean isBooleanTypeNode(Node node)
node
corresponds to a boolean typed
expression (either the primitive type boolean
, or
class type Boolean
)