public static final class ReservedWordSymbolProvider.Escaper
extends java.lang.Object
Symbol
s and member names.Modifier and Type | Method and Description |
---|---|
java.lang.String |
escapeMemberName(java.lang.String memberName)
Escapes the given member name if needed.
|
Symbol |
escapeSymbol(Shape shape,
Symbol symbol)
Escapes the given symbol using the reserved words implementations
registered for each component.
|
public Symbol escapeSymbol(Shape shape, Symbol symbol)
shape
- Shape being turned into a Symbol
.symbol
- Symbol
to escape.Symbol
.public java.lang.String escapeMemberName(java.lang.String memberName)
memberName
- Member name to escape.