class Klip{
    KlipType myType=null;
    void welcome(Visitor v){
	throw new RuntimeException("unknowwn klip node");
    }
}
