Class JavaScriptMethods


  • public class JavaScriptMethods
    extends com.ibm.wala.cast.types.AstMethodReference
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static com.ibm.wala.core.util.strings.Atom ctorAtom  
      static java.lang.String ctorAtomStr  
      static com.ibm.wala.types.Descriptor ctorDesc  
      static java.lang.String ctorDescStr  
      static com.ibm.wala.types.MethodReference ctorReference  
      static com.ibm.wala.core.util.strings.Atom dispatchAtom  
      static java.lang.String dispatchAtomStr  
      static com.ibm.wala.types.Descriptor dispatchDesc  
      static java.lang.String dispatchDescStr  
      static com.ibm.wala.types.MethodReference dispatchReference  
      • Fields inherited from class com.ibm.wala.cast.types.AstMethodReference

        fnAtom, fnAtomStr, fnDesc, fnSelector
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static com.ibm.wala.types.MethodReference makeCtorReference​(com.ibm.wala.types.TypeReference cls)  
      • Methods inherited from class com.ibm.wala.cast.types.AstMethodReference

        fnReference
      • Methods inherited from class java.lang.Object

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

      • ctorAtom

        public static final com.ibm.wala.core.util.strings.Atom ctorAtom
      • ctorDesc

        public static final com.ibm.wala.types.Descriptor ctorDesc
      • ctorReference

        public static final com.ibm.wala.types.MethodReference ctorReference
      • dispatchAtom

        public static final com.ibm.wala.core.util.strings.Atom dispatchAtom
      • dispatchDesc

        public static final com.ibm.wala.types.Descriptor dispatchDesc
      • dispatchReference

        public static final com.ibm.wala.types.MethodReference dispatchReference
    • Constructor Detail

      • JavaScriptMethods

        public JavaScriptMethods()
    • Method Detail

      • makeCtorReference

        public static com.ibm.wala.types.MethodReference makeCtorReference​(com.ibm.wala.types.TypeReference cls)