public class SubstitutionUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
static Pattern |
CLAUSE_PARAM |
static Pattern |
CLAUSE_SPLITTER |
| Constructor and Description |
|---|
SubstitutionUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
groupClauses(ClauseSubstitutor substitutor,
List<String> clauses)
Takes the list of clauses and substitutes them using provided substitutor.
|
public static final Pattern CLAUSE_SPLITTER
public static final Pattern CLAUSE_PARAM
public static void groupClauses(ClauseSubstitutor substitutor, List<String> clauses)
Copyright © 2015. All rights reserved.