Class Identifier


  • public class Identifier
    extends Object
    • Constructor Detail

      • Identifier

        public Identifier()
    • Method Detail

      • quoteIfNeeded

        public static String quoteIfNeeded​(String ident)
        Quote an identifier if its required. Attempts to do so creating no garbage when not needing a quote.
        Parameters:
        ident - Identifier to quote, if necessary
        Returns:
        Quoted version of ident