Exemplo n.º 1
0
 public ESSymbol identifierSymbolFrom(String identifierString)
 {
     // Unchecked!!! Be VERY SURE that the syntax is that of an identifier, and contains no path element separators.
     return(symbolRegistry.symbolFor(identifierString, SymbolType.Identifier, 0, null, 1));
 }
Exemplo n.º 2
0
 public ESSymbol symbolFor(String value)
 {
     return(symbolRegistry.symbolFor(value));
 }