| Package | Description |
|---|---|
| tecgraf.javautils.jexpression.parser.model | |
| tecgraf.javautils.jexpression.scanner |
| Modifier and Type | Method and Description |
|---|---|
Symbol |
BinaryOp.getOp()
Operador.
|
Symbol |
UnaryOp.getOp()
Operador.
|
| Constructor and Description |
|---|
BinaryOp(Exp first,
Symbol op,
Exp second)
Construtor.
|
UnaryOp(Symbol op,
Exp expression)
Construtor.
|
| Modifier and Type | Method and Description |
|---|---|
Symbol |
Token.getType()
Tipo do token.
|
static Symbol |
Symbol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Symbol[] |
Symbol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2007–2014 Tecgraf/PUC-Rio. All rights reserved.