class IfStatement{
	method(flag){
		if(flag){

		}
	}
}