class AdLint::Cc1::TypeDeclaration

Attributes

symbol[R]

Public Class Methods

new(sym) click to toggle source
Calls superclass method AdLint::Cc1::SyntaxNode::new
# File lib/adlint/cc1/syntax.rb, line 2517
def initialize(sym)
  super()
  @symbol = sym
end