class Crokus::CastedExpr

Attributes

expr[RW]
type[RW]

Public Class Methods

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