public class ExpressionInfo extends Object
| Constructor and Description |
|---|
ExpressionInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPattern() |
boolean |
isIgnoreCase() |
boolean |
isInvertMatch() |
boolean |
isWord() |
ExpressionInfo |
setIgnoreCase(boolean ignoreCase) |
ExpressionInfo |
setInvertMatch(boolean invertMatch) |
ExpressionInfo |
setPattern(String pattern) |
ExpressionInfo |
setWord(boolean word) |
public String getPattern()
public ExpressionInfo setPattern(String pattern)
public boolean isInvertMatch()
public ExpressionInfo setInvertMatch(boolean invertMatch)
public boolean isWord()
public ExpressionInfo setWord(boolean word)
public boolean isIgnoreCase()
public ExpressionInfo setIgnoreCase(boolean ignoreCase)
Copyright © 2026 vpc open source initiative. All rights reserved.