funcscan
Version 1.0.0

Uses of Class
de.ovgu.cs.funcscan.Symbol

Uses of Symbol in de.ovgu.cs.funcscan
 

Methods in de.ovgu.cs.funcscan that return Symbol
static Symbol Symbol.valueOf(String name)
          Returns the enum constant of this type with the specified name.
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.
static Symbol[] Symbol.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.ovgu.cs.funcscan with parameters of type Symbol
 void Module.add(Symbol s, String name)
          Add the given symbol to this module.
 void Module.add(Symbol s, String name)
          Add the given symbol to this module.
 Set<String> Module.getSymbolNames(Symbol type)
          Get the names of all symbols for the given type.
 Set<String> Module.getSymbolNames(Symbol type)
          Get the names of all symbols for the given type.
 


funcscan
Version 1.0.0

Created by Jens Elkner