Protected ReadonlygraphProtected ReadonlyparametersProtected ReadonlysbProtectedanonymizeReplaces the text of ctx with a type-tagged placeholder.
The first unique value of each type gets index 0, the second index 1, etc.
Repeated occurrences of the same text reuse the same placeholder.
ANTLR parse-tree context whose getText() is used as the cache key
Java simple class name (e.g. "String", "Integer", "Number")
ProtectedappendProtectedappendProtectedappendProtectedappendProtectedappendProtectedappendProtectedgetProtectedhandleProtectedprocessProtectedvisitProtected Staticremove
Anonymizes a Gremlin traversal by replacing literal values with type-based placeholders (e.g.
string0,number1). Identical values within the same traversal reuse the same placeholder. Mirrors the Java AnonymizedTranslatorVisitor.