Class AstMutator.MangledComprehensionName

  • Enclosing class:
    AstMutator

    public abstract static class AstMutator.MangledComprehensionName
    extends java.lang.Object
    Intermediate value class to store the mangled names for iteration variable and the comprehension result.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract java.lang.String iterVarName()
      Mangled name for iter_var
      abstract java.lang.String resultName()
      Mangled name for comprehension result
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MangledComprehensionName

        public MangledComprehensionName()
    • Method Detail

      • iterVarName

        public abstract java.lang.String iterVarName()
        Mangled name for iter_var
      • resultName

        public abstract java.lang.String resultName()
        Mangled name for comprehension result