Class: AdLint::Cc1::ContinueStatement
- Inherits:
-
JumpStatement
- Object
- SyntaxNode
- Statement
- JumpStatement
- AdLint::Cc1::ContinueStatement
- Defined in:
- lib/adlint/cc1/syntax.rb
Instance Attribute Summary
Attributes inherited from Statement
Attributes inherited from SyntaxNode
#head_token, #subsequent_sequence_point, #tail_token
Instance Method Summary collapse
Methods inherited from JumpStatement
Methods inherited from Statement
Methods inherited from SyntaxNode
#head_location, #initialize, #location, #short_class_name, #tail_location
Methods included from LocationHolder
Methods included from Visitable
Constructor Details
This class inherits a constructor from AdLint::Cc1::Statement
Instance Method Details
#inspect(indent = 0) ⇒ Object
3935 3936 3937 |
# File 'lib/adlint/cc1/syntax.rb', line 3935 def inspect(indent = 0) " " * indent + "#{short_class_name} (#{location.inspect})" end |