Package de.fraunhofer.aisec.cpg.processing

  • Interface Summary
    Interface Description
    IStrategy<V>
    The strategy determines the order in which nodes in the structure are traversed.
    IVisitable<V extends IVisitable>
    An object that can be visited by a visitor.
  • Class Summary
    Class Description
    IVisitor<V extends IVisitable>
    Reflective visitor that visits the most specific implementation of visit() methods.