public class NodeInspector
extends java.lang.Object
Constructor and Description |
---|
NodeInspector() |
Modifier and Type | Method and Description |
---|---|
static UserQueryChunk |
concatenatedContent(Node node)
Concatenate all underlying query chunks, prefixes and ranges into a single chunk
|
static UserQueryChunk |
concatenatedUQC(Node node)
Concatenate all underlying user query chunks into a single chunk
|
static java.lang.Iterable<UserQueryChunk> |
userQueryChunks(Node node)
Retrieve all query chunks from a specific AST node
|
public static java.lang.Iterable<UserQueryChunk> userQueryChunks(Node node)
node
- The entry pointpublic static UserQueryChunk concatenatedContent(Node node) throws QueryProcessingException
node
- The entry pointQueryProcessingException
public static UserQueryChunk concatenatedUQC(Node node) throws QueryProcessingException
node
- The entry pointQueryProcessingException
Copyright © 2013 Dassault Systèmes, All Rights Reserved.