Glider
search
โŒ˜Ctrlk
GliderRemedychevron-downCommunity
Glider
  • ๐Ÿš€Glider introduction
  • ๐ŸŽ“Glider: The Basics
  • ๐Ÿ’ซGlider Contest
  • ๐Ÿ”ฎBug Bounty Hunting With Glider
  • pen-lineWriting Queries
  • pen-fancyGlider and Declarative Query Writing
  • plugAPI
    • ๐Ÿ“ŒMain concepts
    • Iterables
    • Contract
    • Contracts
    • Enum
    • Enums
    • Error
    • Errors
    • Event
    • Events
    • Filters
    • Function
    • Functions
    • Modifier
    • Modifiers
    • Callable
    • Callables
    • Instruction
    • Instructions
    • Value
    • Point
    • Variables
    • Struct
    • StructField
    • Structs
    • Internal
      • CallNode
        • 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