Glider
search
Ctrlk
GliderRemedychevron-downCommunity
  • ๐Ÿš€Glider introduction
  • ๐ŸŽ“Glider: The Basicschevron-right
  • ๐Ÿ’ซGlider Contestchevron-right
  • ๐Ÿ”ฎBug Bounty Hunting With Gliderchevron-right
  • pen-lineWriting Queries
  • pen-fancyGlider and Declarative Query Writing
  • plugAPIchevron-right
    • ๐Ÿ“ŒMain concepts
    • Iterableschevron-right
    • Contractchevron-right
    • Contractschevron-right
    • Enumchevron-right
    • Enumschevron-right
    • Errorchevron-right
    • Errorschevron-right
    • Eventchevron-right
    • Eventschevron-right
    • Filterschevron-right
    • Functionchevron-right
    • Functionschevron-right
    • Modifierchevron-right
    • Modifierschevron-right
    • Callablechevron-right
    • Callableschevron-right
    • Instructionchevron-right
    • Instructionschevron-right
    • Valuechevron-right
    • Pointchevron-right
    • Variableschevron-right
    • Structchevron-right
    • StructFieldchevron-right
    • Structschevron-right
    • Internalchevron-right
      • CallNodechevron-right
        • CallNode.callable()
        • CallNode.callable_name()
        • CallNode.callee_functions()
        • CallNode.callee_modifiers()
        • CallNode.callees()
        • CallNode.caller_functions()
        • CallNode.caller_modifiers()
        • CallNode.callers()
        • CallNode.callees_recursive()
        • CallNode.callers_recursive()
        • CallNode.is_function
        • CallNode.is_modifier
  • playGlider Usage
  • map-location-dotRoadmap
  • web-awesomeComparison with other tools
  • road-barrierLimitations
  • list-checkChangelog
gitbookPowered by GitBook
block-quoteOn this pagechevron-down
  1. plugAPIchevron-right
  2. Internal

CallNode

The class represents a single node in a call graph.

Bases: object

CallNode.callee_functions()chevron-rightCallNode.callees()chevron-rightCallNode.caller_functions()chevron-rightCallNode.callers()chevron-right
PreviousInternalchevron-leftNextCallNode.callable()chevron-right