| Package | Description |
|---|---|
| org.cts.parser.prj |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPrjElement |
class |
PrjNodeElement |
class |
PrjNumberElement |
class |
PrjStringElement |
| Modifier and Type | Method and Description |
|---|---|
PrjElement |
PrjParser.parseNode(CharBuffer s)
Parses a Node into its PrjElement representation.
|
| Modifier and Type | Method and Description |
|---|---|
List<PrjElement> |
AbstractPrjElement.getChildren() |
List<PrjElement> |
PrjElement.getChildren()
Return the list of the children of this PrjElement.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PrjNodeMatcher.run(List<PrjElement> list)
Match the node in parameter.
|
Copyright © 2019 CNRS. All rights reserved.