class Crokus::LabelledStmt

Attributes

stmt[RW]

Public Class Methods

new(stmt) click to toggle source
# File lib/crokus/ast.rb, line 340
def initialize stmt
  @stmt=stmt
end