class Reek::Context::CodeContext

Superclass for all types of source code context. Each instance represents a code element of some kind, and each provides behaviour relevant to that code element. CodeContexts form a tree in the same way the code does, with each context holding a reference to a unique outer context.

@quality :reek:TooManyMethods { max_methods: 19 } @quality :reek:TooManyInstanceVariables { max_instance_variables: 8 }