class AdLint::Cc1::PseudoStructTypeDeclaration
Public Class Methods
new(struct_spec)
click to toggle source
Calls superclass method
AdLint::Cc1::StructTypeDeclaration::new
# File lib/adlint/cc1/syntax.rb, line 2585 def initialize(struct_spec) super(struct_spec, nil) end
Public Instance Methods
mark_as_referred_by(tok)
click to toggle source
# File lib/adlint/cc1/syntax.rb, line 2589 def mark_as_referred_by(tok) end