class IRB::SLex::Node
def initialize(preproc = nil, postproc = nil)
if postproc is nil, this node is an abstract node.
def initialize(preproc = nil, postproc = nil) @Tree = {} @preproc = preproc @postproc = postproc end
def initialize(preproc = nil, postproc = nil) @Tree = {} @preproc = preproc @postproc = postproc end