类 SymbolicCall


  • public class SymbolicCall
    extends Call
    A call whose target Method is not available in our ClassPool.
    • 构造器详细资料

      • SymbolicCall

        public SymbolicCall​(CodeLocation caller,
                            MethodSignature target,
                            int throwsNullptr,
                            Instruction instruction,
                            boolean controlFlowDependent,
                            boolean runtimeTypeDependent)
    • 方法详细资料

      • hasIncompleteTarget

        public boolean hasIncompleteTarget()
        从类复制的说明: Call
        Check if this call's target is fully known or only parts of it (e.g. only the descriptor).
        指定者:
        hasIncompleteTarget 在类中 Call
      • equals

        public boolean equals​(java.lang.Object o)
        覆盖:
        equals 在类中 Call
      • hashCode

        public int hashCode()
        覆盖:
        hashCode 在类中 Call