| Package | Description |
|---|---|
| tecgraf.javautils.jexpression |
Pacote com as classes básicas de uso da biblioteca
|
| tecgraf.javautils.jexpression.parser |
Pacote que contém o parser (analisador sintático) que avalia um
texto (String) e monta a árvore sintática.
|
| Modifier and Type | Method and Description |
|---|---|
static JExpression |
JExpression.compile(String input)
Compila a expressăo dada e verifica se há erros de sintaxe.
|
| Modifier and Type | Method and Description |
|---|---|
Exp |
JParser.parse(String input)
Faz a análise sintática da entrada e retorna a árvore sintática.
|
Copyright © 2007–2017 Tecgraf/PUC-Rio. All rights reserved.