comments(data);
return new LitBoolean(false,line,data.cfml.getPosition());
}
else if(NullSupportHelper.full() && id.getString().equalsIgnoreCase("NULL")) {
comments(data);
return new Null(line,data.cfml.getPosition());
}
// Extract Scope from the Variable
//int c=data.cfml.getColumn();
Position l=data.cfml.getPosition();