public class ParsedParameter extends ParsedElement
| Constructor and Description |
|---|
ParsedParameter(Map<IElementAttribute<?>,Object> attributeValues,
Map<IElementStructure<?>,List<ParsedElement>> children,
String defaultCommandLinePattern)
Construtor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCommandLinePattern()
Obtém o padrão de linha de comando do parâmetro.
|
String |
getName()
Obtém o nome do parâmetro.
|
checkValues, getAttribute, getAttributes, getAttributeValue, getChildren, getChildren, getContentValue, hasAttributeValue, hasChildrenpublic ParsedParameter(Map<IElementAttribute<?>,Object> attributeValues, Map<IElementStructure<?>,List<ParsedElement>> children, String defaultCommandLinePattern) throws ParseException
attributeValues - mapa de valores dos atributos.children - lista de elementos-filhos.defaultCommandLinePattern - valor padrão da linha de comando.ParseException - em caso de erro.Copyright © 2019. All rights reserved.