Interface CAstRewriter.RewriteContext<K extends CAstRewriter.CopyKey<K>>

All Known Implementing Classes:
CAstBasicRewriter.NonCopyingContext, ChildPos, ExtractionPos, LabelPos, NodePos, RootPos
Enclosing class:
CAstRewriter<C extends CAstRewriter.RewriteContext<K>,K extends CAstRewriter.CopyKey<K>>

public static interface CAstRewriter.RewriteContext<K extends CAstRewriter.CopyKey<K>>
interface to be implemented by contexts used while traversing the AST
  • Method Summary

    Modifier and Type
    Method
    Description
    key()
    get the cloning key for this context
  • Method Details

    • key

      K key()
      get the cloning key for this context