001    package escjava.vcGeneration;
002    
003    // TBoolOp = return a boolean and sons are boolean : list(boolean) -> boolean
004    public class TTypeOf extends TFunction {
005        
006        public TTypeOf(){
007            type = _Type;
008        }
009    
010        public void accept(/*@ non_null @*/ TVisitor v) throws java.io.IOException{
011            v.visitTTypeOf(this);
012        }
013    
014    }
015    
016    //quantifier
017    // bool -> bool // fixme