| Package | Description |
|---|---|
| org.dmd.util.parsing |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Part> |
Pattern.getParts() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Part.consume(Part p)
If the type of the Part passed in matches our type, we consume it, meaning that it becomes
part of this Part.
|
boolean |
Part.matches(Part p,
boolean strict) |
| Constructor and Description |
|---|
Pattern(String ex,
ArrayList<Part> p,
boolean strict) |
Copyright © 2023. All rights reserved.