Class SymbolGenerator
- java.lang.Object
-
- org.apache.sling.scripting.sightly.impl.compiler.util.SymbolGenerator
-
public class SymbolGenerator extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_VAR_PREFIX
-
Constructor Summary
Constructors Constructor Description SymbolGenerator()SymbolGenerator(String prefix)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringglobal(String hint)Stringnext()Stringnext(String hint)
-
-
-
Field Detail
-
DEFAULT_VAR_PREFIX
public static final String DEFAULT_VAR_PREFIX
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SymbolGenerator
public SymbolGenerator()
-
SymbolGenerator
public SymbolGenerator(String prefix)
-
-