Class JDTJava2CAstTranslator.MethodContext

    • Field Summary

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

        parent
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addNameDecl​(com.ibm.wala.cast.tree.CAstNode v)  
      void addScopedEntity​(com.ibm.wala.cast.tree.CAstNode node, com.ibm.wala.cast.tree.CAstEntity entity)  
      com.ibm.wala.cast.tree.impl.CAstControlFlowRecorder cfg()  
      java.util.Collection<com.ibm.wala.util.collections.Pair<org.eclipse.jdt.core.dom.ITypeBinding,​java.lang.Object>> getCatchTargets​(org.eclipse.jdt.core.dom.ITypeBinding label)  
      java.util.Map<org.eclipse.jdt.core.dom.ASTNode,​java.lang.String> getLabelMap()  
      java.util.List<com.ibm.wala.cast.tree.CAstNode> getNameDecls()  
      com.ibm.wala.cast.tree.impl.CAstNodeTypeMapRecorder getNodeTypeMap()  
      boolean needLValue()  
      com.ibm.wala.cast.tree.impl.CAstSourcePositionRecorder pos()  
      • Methods inherited from class com.ibm.wala.cast.ir.translator.TranslatorToCAst.DelegatingContext

        getParent, 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

        getBreakFor, getCatchTarget, getCatchTarget, getContinueFor, getParent, getScopedEntities, top