Property definitions

nitc :: test_astbuilder $ ANode :: do_cloneable
	private fun do_cloneable(v: CloneVisitor)do end
src/test_astbuilder.nit:49,2--48

nitc :: test_astbuilder $ ASignature :: do_cloneable
	redef fun do_cloneable(v)
	do
		replace_clone
	end
src/test_astbuilder.nit:65,2--68,4

nitc :: test_astbuilder $ ASelfExpr :: do_cloneable
	redef fun do_cloneable(v)
	do
		replace_clone
	end
src/test_astbuilder.nit:79,2--82,4

nitc :: test_astbuilder $ AIntegerExpr :: do_cloneable
	redef fun do_cloneable(v)
	do
		replace_clone
	end
src/test_astbuilder.nit:86,2--89,4

nitc :: test_astbuilder $ AFloatExpr :: do_cloneable
	redef fun do_cloneable(v)
	do
		replace_clone
	end
src/test_astbuilder.nit:100,2--103,4

nitc :: test_astbuilder $ AImplicitSelfExpr :: do_cloneable
	redef fun do_cloneable(v)
	do
		replace_clone
	end
src/test_astbuilder.nit:72,2--75,4

nitc :: test_astbuilder $ ACharExpr :: do_cloneable
	redef fun do_cloneable(v)
	do
		replace_clone
	end
src/test_astbuilder.nit:114,2--117,4

nitc :: test_astbuilder $ ATrueExpr :: do_cloneable
	redef fun do_cloneable(v)
	do
		replace_clone
	end
src/test_astbuilder.nit:93,2--96,4

nitc :: test_astbuilder $ AFalseExpr :: do_cloneable
	redef fun do_cloneable(v)
	do
		replace_clone
	end
src/test_astbuilder.nit:107,2--110,4