Class JavaScriptTranslatorToCAst.FunctionContext<C extends JavaScriptTranslatorToCAst.WalkContext<C,​T>,​T>

    • Field Summary

      • Fields inherited from class com.ibm.wala.cast.ir.translator.TranslatorToCAst.DelegatingContext

        parent
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected FunctionContext​(C parent, T s)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addNameDecl​(com.ibm.wala.cast.tree.CAstNode v)  
      void copyOperation​(T from, T to)  
      boolean foundMemberOperation​(T node)  
      com.ibm.wala.cast.tree.CAstNode getCatchTarget()  
      java.util.List<com.ibm.wala.cast.tree.CAstNode> getNameDecls()  
      JavaScriptTranslatorToCAst.WalkContext<C,​T> getParent()  
      java.lang.String script()  
      int setOperation​(T node)  
      • Methods inherited from class com.ibm.wala.cast.ir.translator.TranslatorToCAst.FunctionContext

        addScopedEntity, cfg, getScopedEntities, pos, top
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.ibm.wala.cast.ir.translator.TranslatorToCAst.WalkContext

        addScopedEntity, cfg, getBreakFor, getCatchTarget, getContinueFor, getNodeTypeMap, getScopedEntities, pos, top