public class Instruction extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Instruction.Filter |
| Constructor and Description |
|---|
Instruction(Pattern pattern) |
Instruction(Pattern pattern,
boolean negated) |
Instruction(String input) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
finds(String value) |
String |
getInput() |
String |
getLiteral() |
Matcher |
getMatcher(String value) |
String |
getPattern() |
boolean |
isAny() |
boolean |
isDuplicate() |
boolean |
isLiteral() |
boolean |
isNegated() |
boolean |
isOptional() |
static Instruction |
legacy(String input) |
boolean |
matches(String value) |
void |
setOptional() |
String |
toString() |
public Instruction(String input)
public Instruction(Pattern pattern)
public Instruction(Pattern pattern, boolean negated)
public static Instruction legacy(String input)
public boolean matches(String value)
public boolean isNegated()
public String getPattern()
public String getInput()
public void setOptional()
public boolean isOptional()
public boolean isLiteral()
public String getLiteral()
public boolean isDuplicate()
public boolean isAny()
public boolean finds(String value)
Copyright © 2021. All rights reserved.