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 String
DEFAULT_VAR_PREFIX
-
Constructor Summary
Constructors Constructor Description SymbolGenerator()
SymbolGenerator(String prefix)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
global(String hint)
String
next()
String
next(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)
-
-