Uses of Class
tecgraf.javautils.jexpression.scanner.Symbol

Packages that use Symbol
tecgraf.javautils.jexpression.parser.model   
tecgraf.javautils.jexpression.scanner   
 

Uses of Symbol in tecgraf.javautils.jexpression.parser.model
 

Methods in tecgraf.javautils.jexpression.parser.model that return Symbol
 Symbol UnaryOp.getOp()
          Operador.
 Symbol BinaryOp.getOp()
          Operador.
 

Constructors in tecgraf.javautils.jexpression.parser.model with parameters of type Symbol
BinaryOp(Exp first, Symbol op, Exp second)
          Construtor.
UnaryOp(Symbol op, Exp expression)
          Construtor.
 

Uses of Symbol in tecgraf.javautils.jexpression.scanner
 

Methods in tecgraf.javautils.jexpression.scanner that return Symbol
 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.