Class IndirectCallSite

java.lang.Object
ai.reveng.model.IndirectCallSite

@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class IndirectCallSite extends Object
IndirectCallSite
  • Field Details

  • Constructor Details

    • IndirectCallSite

      public IndirectCallSite()
  • Method Details

    • calleeFunctionId

      public IndirectCallSite calleeFunctionId(@Nullable Long calleeFunctionId)
    • getCalleeFunctionId

      @Nullable public Long getCalleeFunctionId()
      Get calleeFunctionId
      Returns:
      calleeFunctionId
    • setCalleeFunctionId

      public void setCalleeFunctionId(@Nullable Long calleeFunctionId)
    • instVaddr

      public IndirectCallSite instVaddr(@Nonnull Long instVaddr)
    • getInstVaddr

      @Nonnull public Long getInstVaddr()
      Vaddr of the indirect call instruction.
      Returns:
      instVaddr
    • setInstVaddr

      public void setInstVaddr(@Nonnull Long instVaddr)
    • isExternal

      public IndirectCallSite isExternal(@Nonnull Boolean isExternal)
    • getIsExternal

      @Nonnull public Boolean getIsExternal()
      Get isExternal
      Returns:
      isExternal
    • setIsExternal

      public void setIsExternal(@Nonnull Boolean isExternal)
    • targetName

      public IndirectCallSite targetName(@Nullable String targetName)
    • getTargetName

      @Nullable public String getTargetName()
      Get targetName
      Returns:
      targetName
    • setTargetName

      public void setTargetName(@Nullable String targetName)
    • targetVaddr

      public IndirectCallSite targetVaddr(@Nonnull Long targetVaddr)
    • getTargetVaddr

      @Nonnull public Long getTargetVaddr()
      Resolved call target vaddr.
      Returns:
      targetVaddr
    • setTargetVaddr

      public void setTargetVaddr(@Nonnull Long targetVaddr)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • validateJsonElement

      public static void validateJsonElement(com.google.gson.JsonElement jsonElement) throws IOException
      Validates the JSON Element and throws an exception if issues found
      Parameters:
      jsonElement - JSON Element
      Throws:
      IOException - if the JSON Element is invalid with respect to IndirectCallSite
    • fromJson

      public static IndirectCallSite fromJson(String jsonString) throws IOException
      Create an instance of IndirectCallSite given an JSON string
      Parameters:
      jsonString - JSON string
      Returns:
      An instance of IndirectCallSite
      Throws:
      IOException - if the JSON string is invalid with respect to IndirectCallSite
    • toJson

      public String toJson()
      Convert an instance of IndirectCallSite to an JSON string
      Returns:
      JSON string